Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2961617)
Utilizator | Data | 6 ianuarie 2023 19:20:22 | |
---|---|---|---|
Problema | Cuplaj maxim in graf bipartit | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void EdmondsKarp()':
main.cpp:85:24: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
85 | if (node != (nodeCount - 1))
| ^
main.cpp: In function 'void Output()':
main.cpp:112:5: error: 'sort' was not declared in this scope; did you mean 'qsort'?
112 | sort(result.begin(), result.end());
| ^~~~
| qsort
main.cpp:113:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
113 | for (int i = 0; i < result.size(); i++) {
| ~~^~~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !