Borderou de evaluare (job #2914039)
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) {
| ^
 | Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
✓ | 1 | 1ms | 184kb | OK | 10 | 20 |
✓ | 2 | 5ms | 184kb | OK | 10 |
✓ | 3 | 1802ms | 10342kb | Time limit exceeded | 0 | 0 |
✓ | 4 | 1815ms | 11329kb | Time limit exceeded | 0 |
✓ | 5 | 1805ms | 9596kb | Time limit exceeded | 0 | 0 |
✓ | 6 | 1ms | 184kb | OK | 10 |
✓ | 7 | 14ms | 184kb | OK | 10 |
✓ | 8 | 1801ms | 10231kb | Time limit exceeded | 0 |
✓ | 9 | 1802ms | 11223kb | Time limit exceeded | 0 |
✓ | 10 | 1803ms | 11632kb | Time limit exceeded | 0 |
Punctaj total | 20 |