Borderou de evaluare (job #2822424)

Utilizator oporanu.alexAlex Oporanu oporanu.alex Data 23 decembrie 2021 22:59:29
Problema Parcurgere DFS - componente conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In member function 'std::pair<std::vector<Edge>, int> Graph::mstKruskall()': main.cpp:463:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 463 | for(int j = 0; j < adj[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~ main.cpp:477:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 477 | for(int i = 0; i < edges.size() && cnt <= E - 1; ++i) { | ~~^~~~~~~~~~~~~~ main.cpp: In member function 'int Graph::minCostHamiltonianCircuit()': main.cpp:647:27: warning: suggest parentheses around '+' inside '<<' [-Wparentheses] 647 | int minCost[1 << nmax + 5][nmax], costMatrix[nmax][nmax]; | ~~~~~^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms184kbOK5
22ms184kbOK5
32ms184kbOK5
411ms761kbOK5
52ms184kbOK5
62ms184kbOK5
72ms184kbOK5
82ms184kbOK5
92ms184kbOK5
102ms184kbOK5
1140ms3538kbOK5
1235ms3608kbOK5
1354ms5304kbOK5
1468ms7344kbOK5
1582ms8028kbOK5
16106ms9625kbOK5
17149ms22650kbOK5
1820ms7421kbOK5
1925ms7942kbOK5
20120ms13164kbOK5
Punctaj total100

Ceva nu functioneaza?