Borderou de evaluare (job #2946971)
Raport evaluator
Compilare:
main.cpp: In function 'int kruskal(int, const std::vector<Edge>&)':
main.cpp:57:21: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
57 | const auto &[from, to, cost] = edges[edgeIdx];
| ^
main.cpp: In function 'int mstCostWithGivenEdge(int, const std::vector<Edge>&, const Edge&)':
main.cpp:85:21: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
85 | const auto &[from, to, cost] = edges[edgeIdx];
| ^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 0ms | 184kb | OK | 10 | 0 |
2 | 0ms | 184kb | OK | 10 |
3 | 5ms | 315kb | OK | 10 |
4 | 627ms | 794kb | OK | 10 |
5 | 560ms | 806kb | OK | 10 |
6 | 159ms | 655kb | OK | 10 |
7 | 424ms | 884kb | OK | 10 |
8 | 703ms | 1175kb | Time limit exceeded | 0 |
9 | 700ms | 1454kb | Time limit exceeded | 0 |
10 | 702ms | 1523kb | Time limit exceeded | 0 |
Punctaj total | 0 |