Borderou de evaluare (job #3190321)
Utilizator | Data | 7 ianuarie 2024 15:19:08 | |
---|---|---|---|
Problema | Ghizi | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int bfs()':
main.cpp:20:33: error: expected ';' before 'queue'
20 | previousNode.assign(102, -1)
| ^
| ;
21 |
22 | queue<pair<int, int>> q;
| ~~~~~
main.cpp:23:5: error: 'q' was not declared in this scope
23 | q.push({0, INT_MAX});
| ^
main.cpp:33:57: error: 'minFlowUntilNow' was not declared in this scope
33 | int nextMinFlow = min(residualCapacity, minFlowUntilNow);
| ^~~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !