Borderou de evaluare (job #2695900)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:92:9: warning: unused variable 'flow' [-Wunused-variable]
int flow = maxFlow(1, dst);
^~~~
main.cpp: In function 'void resetFlow()':
main.cpp:65:48: warning: iteration 119 invokes undefined behavior [-Waggressive-loop-optimizations]
for(int j = 1; j <= N; ++j) flow[i][j] = 0;
~~~~~~~~~~~^~~
main.cpp:65:26: note: within this loop
for(int j = 1; j <= N; ++j) flow[i][j] = 0;
~~^~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 81ms | 262kb | Corect!!! | 10 |
| 2 | 3ms | 262kb | Corect!!! | 10 |
| 3 | 3ms | 262kb | Corect!!! | 10 |
| 4 | 6ms | 262kb | Corect!!! | 10 |
| 5 | 9ms | 262kb | Corect!!! | 10 |
| 6 | 23ms | 262kb | Corect!!! | 10 |
| 7 | 31ms | 262kb | Corect!!! | 10 |
| 8 | 73ms | 262kb | Corect!!! | 10 |
| 9 | 34ms | 262kb | Corect!!! | 10 |
| 10 | 45ms | 262kb | Corect!!! | 10 |
| Punctaj total | 100 |