Borderou de evaluare (job #2822188)

Utilizator oporanu.alexAlex Oporanu oporanu.alex Data 23 decembrie 2021 18:03:50
Problema Flux maxim Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'std::pair<std::vector<Edge>, int> Graph::MSTKruskall()': main.cpp:432: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] 432 | for(int j = 0; j < adj[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~ main.cpp:446:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 446 | for(int i = 0; i < edges.size() && cnt <= E - 1; ++i) { | ~~^~~~~~~~~~~~~~ main.cpp: In member function 'int Graph::minCostHamiltonianCircuit()': main.cpp:549:27: warning: suggest parentheses around '+' inside '<<' [-Wparentheses] 549 | int minCost[1 << nmax + 5][nmax], costMatrix[nmax][nmax]; | ~~~~~^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
12ms184kbIncorect00
22ms184kbIncorect00
32ms184kbIncorect00
42ms184kbIncorect00
52ms184kbIncorect00
62ms184kbIncorect00
711ms1683kbIncorect00
864ms4464kbTime limit exceeded00
964ms7012kbTime limit exceeded0
1064ms8564kbTime limit exceeded0
Punctaj total0

Ceva nu functioneaza?