Borderou de evaluare (job #2017753)

Utilizator medicinedoctoralexandru medicinedoctor Data 2 septembrie 2017 13:44:24
Problema BFS - Parcurgere in latime Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.cpp: In member function ‘void Graph::initGraph()’: user.cpp:36:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int pairIndex = 0; pairIndex < edges; pairIndex++) { ^ user.cpp: In member function ‘void Graph::findShortestDistances()’: user.cpp:62:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int index = 0; index < queue.size(); index++) { ^ user.cpp:65:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (; neighborIndex < graph[node].size(); neighborIndex++) { ^ user.cpp: In member function ‘void Graph::showResult()’: user.cpp:78:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int index = 0; index < distances.size(); index++) { ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms400kbIncorect0
20ms396kbIncorect0
30ms408kbIncorect0
44ms476kbIncorect0
58ms572kbIncorect0
656ms1440kbIncorect0
7168ms2992kbIncorect0
8152ms3600kbIncorect0
9876ms9444kbIncorect0
10880ms9444kbIncorect0
Punctaj total0

Ceva nu functioneaza?