Borderou de evaluare (job #2914039)

Utilizator preda.andreiPreda Andrei preda.andrei Data 18 iulie 2022 14:29:53
Problema Zelda Status done
Runda Algoritmiada 2022 - Runda 4 Compilator cpp-64 | Vezi sursa
Scor 20

Raport evaluator

Compilare: main.cpp: In lambda function: main.cpp:29:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 29 | for (auto& [node, cost] : tree[src].edges) { | ^ main.cpp: In function 'std::vector<int> FindPath(const Tree&, int, int)': main.cpp:49:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 49 | for (const auto& [other, _] : tree[node].edges) { | ^ main.cpp: In function 'Info Dfs(Tree&, int, int)': main.cpp:69:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 69 | for (const auto& [other, cost] : tree[node].edges) { | ^ main.cpp: In function 'int64_t Solve(Tree&, int, int)': main.cpp:105:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 105 | for (const auto& [other, cost] : tree[node].edges) { | ^ main.cpp:118:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 118 | for (const auto& [id, _] : total_cost) { | ^
Feedback Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms184kbOK1020
25ms184kbOK10
31802ms10342kbTime limit exceeded00
41815ms11329kbTime limit exceeded0
51805ms9596kbTime limit exceeded00
61ms184kbOK10
714ms184kbOK10
81801ms10231kbTime limit exceeded0
91802ms11223kbTime limit exceeded0
101803ms11632kbTime limit exceeded0
Punctaj total20

Ceva nu functioneaza?