Borderou de evaluare (job #3271538)
Raport evaluator
Compilare:
main.cpp: In function 'int bfs(std::vector<std::vector<int> >&, std::vector<std::vector<int> >&, std::vector<int>&, int, int)':
main.cpp:9:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
9 | for(int i = 1; i < parent.size(); ++i)
| ~~^~~~~~~~~~~~~~~
main.cpp: In function 'int EdmondsKarp(std::vector<std::vector<int> >&, std::vector<std::vector<int> >&, int, int)':
main.cpp:36:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
36 | while(newFlow = bfs(edges, C, parent, s, t)) {
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 0ms | 303kb | OK | 10 | 10 |
2 | 0ms | 303kb | OK | 10 | 10 |
3 | 0ms | 303kb | OK | 10 | 10 |
4 | 0ms | 303kb | OK | 10 | 10 |
5 | 0ms | 303kb | OK | 10 | 10 |
6 | 0ms | 303kb | OK | 10 | 10 |
7 | 1ms | 1081kb | OK | 10 | 10 |
8 | 9ms | 2392kb | OK | 10 | 30 |
9 | 14ms | 3702kb | OK | 10 |
10 | 24ms | 4489kb | OK | 10 |
Punctaj total | 100 |