Borderou de evaluare (job #3310170)
| Utilizator | Data | 12 septembrie 2025 00:18:04 | |
|---|---|---|---|
| Problema | Terenuri3D | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void min_cost_max_flow(int, int, int)':
main.cpp:37:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
37 | if (in_queue[u]) continue; in_queue[u] = true;
| ^~
main.cpp:37:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
37 | if (in_queue[u]) continue; in_queue[u] = true;
| ^~~~~~~~
main.cpp:43:34: error: expected type-specifier before ',' token
43 | dist[v] = new, new_dist;
| ^
main.cpp:62:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
62 | if (dist[u] < d) continue; in_queue[u] = true;
| ^~
main.cpp:62:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
62 | if (dist[u] < d) continue; in_queue[u] = true;
| ^~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
