Borderou de evaluare (job #2944396)

Utilizator lucametehauDart Monkey lucametehau Data 22 noiembrie 2022 15:11:37
Problema Cuplaj maxim in graf bipartit Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 44

Raport evaluator

Compilare: main.cpp: In member function 'bool Flow::bfs(int, int)': main.cpp:86:24: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 86 | for (auto &[son, cap, _] : g[node]) { | ^ main.cpp:85:17: warning: unused variable 'ind' [-Wunused-variable] 85 | int ind = 0; | ^~~ main.cpp: In member function 'int Flow::dfs(int, int, int)': main.cpp:100:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 100 | for (auto &[son, cap, ind] : g[node]) { | ^ main.cpp: In function 'void solve(int)': main.cpp:150:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 150 | for (auto& [j, cap, _] : flow.g[i]) { | ^ main.cpp:134:8: warning: unused variable 't1' [-Wunused-variable] 134 | ld t1 = clock(); | ^~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbOK10
20ms184kbOK10
30ms184kbMultime de muchii incorecta4
40ms184kbMultime de muchii incorecta4
50ms184kbMultime de muchii incorecta4
616ms2150kbMultime de muchii incorecta4
745ms4329kbMultime de muchii incorecta4
877ms3416kbRaspuns gresit0
9137ms5980kbMultime de muchii incorecta4
10205ms12013kbTime limit exceeded0
Punctaj total44

Ceva nu functioneaza?