Borderou de evaluare (job #3260210)

Utilizator Barbu_MateiBarbu Matei Barbu_Matei Data 30 noiembrie 2024 18:18:50
Problema Drumuri minime Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void dijkstra()': main.cpp:24:39: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 24 | if (!fabs(qcost - cost[node]) <= eps) { | ^~ main.cpp:24:13: note: add parentheses around left hand side expression to silence this warning 24 | if (!fabs(qcost - cost[node]) <= eps) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ | ( ) main.cpp:27:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 27 | for (int i = 0; i < v[node].size(); ++i) { | ~~^~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK5
20ms303kbOK5
30ms303kbOK5
40ms303kbOK5
50ms303kbOK5
60ms303kbOK5
70ms303kbOK5
80ms303kbOK5
90ms303kbOK5
100ms303kbOK5
110ms303kbOK5
120ms303kbOK5
130ms303kbOK5
140ms303kbOK5
150ms303kbOK5
160ms303kbOK5
170ms303kbOK5
181ms303kbOK5
190ms303kbOK5
200ms303kbOK5
Punctaj total100

Ceva nu functioneaza?