Pagini recente » Borderou de evaluare (job #1339468) | Borderou de evaluare (job #2068799) | Borderou de evaluare (job #1719216) | Borderou de evaluare (job #1137945) | Borderou de evaluare (job #2968414)
Borderou de evaluare (job #2968414)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::dijkstra(Node, std::vector<int>&, std::vector<int>&)':
main.cpp:34:19: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
34 | for (auto [startNeighbor, cost] : adjList[start]) {
| ^
main.cpp:47:29: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
47 | for (const auto [neighbor, cost] : adjList[node]) {
| ^
main.cpp: In member function 'Cost Graph::shortestCycleFromNode(int)':
main.cpp:79:30: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
79 | for (const auto &[neighbor, cost] : adjList[node]) {
| ^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 184kb | OK | 10 |
2 | 247ms | 450kb | OK | 10 |
3 | 98ms | 315kb | OK | 10 |
4 | 140ms | 315kb | OK | 10 |
5 | 1089ms | 970kb | OK | 10 |
6 | 2298ms | 1159kb | OK | 10 |
7 | 1463ms | 1232kb | OK | 10 |
8 | 1424ms | 1216kb | OK | 10 |
9 | 1408ms | 1220kb | OK | 10 |
10 | 1417ms | 1232kb | OK | 10 |
Punctaj total | 100 |