Borderou de evaluare (job #2968387)

Utilizator AndreiAncutaAndrei Ancuta AndreiAncuta Data 20 ianuarie 2023 22:58:31
Problema Dragon Ball Z Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 10

Raport evaluator

Compilare: main.cpp: In member function 'std::pair<std::vector<int>, std::vector<int> > Graph::dijkstra(Node)': main.cpp:32:19: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 32 | for (auto [startNeighbor, cost] : adjList[start]) { | ^ main.cpp:39:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 39 | auto [_, node] = minNodes.top(); | ^ main.cpp:44:29: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 44 | for (const auto [neighbor, cost] : adjList[node]) { | ^ main.cpp: In member function 'Cost Graph::shortestCycleFromNode(int)': main.cpp:67:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 67 | auto [dist, startingPoint] = dijkstra(startNode); | ^ main.cpp:76:23: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 76 | for (auto [neighbor, cost] : adjList[node]) { | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
117ms184kbOK10
24503ms450kbTime limit exceeded0
34504ms360kbTime limit exceeded0
44507ms380kbTime limit exceeded0
54501ms970kbTime limit exceeded0
64501ms1101kbTime limit exceeded0
74501ms1130kbTime limit exceeded0
84502ms1101kbTime limit exceeded0
94500ms1118kbTime limit exceeded0
104501ms1150kbTime limit exceeded0
Punctaj total10

Ceva nu functioneaza?