Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2944393)
| Utilizator | Data | 22 noiembrie 2022 15:07:38 | |
|---|---|---|---|
| Problema | Cuplaj maxim in graf bipartit | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 90 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'bool Flow::bfs(int, int)':
main.cpp:94:24: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
94 | for (auto &[son, cap] : g[node]) {
| ^
main.cpp:93:17: warning: unused variable 'ind' [-Wunused-variable]
93 | int ind = 0;
| ^~~
main.cpp: In member function 'int Flow::dfs(int, int, int)':
main.cpp:108:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
108 | for (auto &[son, cap] : g[node]) {
| ^
main.cpp: In function 'void solve(int)':
main.cpp:160:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
160 | for (auto& [j, cap] : flow.g[i]) {
| ^
main.cpp:144:8: warning: unused variable 't1' [-Wunused-variable]
144 | ld t1 = clock();
| ^~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1ms | 184kb | OK | 10 |
| 2 | 0ms | 184kb | OK | 10 |
| 3 | 0ms | 184kb | OK | 10 |
| 4 | 0ms | 184kb | OK | 10 |
| 5 | 0ms | 184kb | OK | 10 |
| 6 | 17ms | 1888kb | OK | 10 |
| 7 | 45ms | 3977kb | OK | 10 |
| 8 | 68ms | 3129kb | OK | 10 |
| 9 | 137ms | 5357kb | OK | 10 |
| 10 | 202ms | 10784kb | Time limit exceeded | 0 |
| Punctaj total | 90 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
