Borderou de evaluare (job #2588958)

Utilizator stelian2000Stelian Chichirim stelian2000 Data 25 martie 2020 16:47:34
Problema Flux maxim Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In constructor 'dinic::edge::edge(int, long long int, int)': main.cpp:10:34: warning: 'dinic::edge::cap' will be initialized after [-Wreorder] int dest, rev; long long cap; ^~~ main.cpp:10:19: warning: 'int dinic::edge::rev' [-Wreorder] int dest, rev; long long cap; ^~~ main.cpp:11:9: warning: when initialized here [-Wreorder] edge(int d, long long c, int r): dest(d), cap(c), rev(r) {} ^~~~ main.cpp: In function 'int main()': main.cpp:67:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", flow(1, n)); ^ main.cpp:59:36: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("maxflow.in","r",stdin); ^ main.cpp:60:38: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("maxflow.out","w",stdout); ^ main.cpp:62:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &n, &m); ^ main.cpp:64:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d", &x, &y, &z); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms131kbOK1010
22ms131kbOK1010
33ms131kbOK1010
43ms131kbOK1010
53ms131kbOK1010
63ms131kbOK1010
75ms262kbOK1010
810ms393kbOK1030
914ms393kbOK10
1018ms393kbOK10
Punctaj total100

Ceva nu functioneaza?