Borderou de evaluare (job #2822188)
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 |
1 | 2ms | 184kb | Incorect | 0 | 0 |
2 | 2ms | 184kb | Incorect | 0 | 0 |
3 | 2ms | 184kb | Incorect | 0 | 0 |
4 | 2ms | 184kb | Incorect | 0 | 0 |
5 | 2ms | 184kb | Incorect | 0 | 0 |
6 | 2ms | 184kb | Incorect | 0 | 0 |
7 | 11ms | 1683kb | Incorect | 0 | 0 |
8 | 64ms | 4464kb | Time limit exceeded | 0 | 0 |
9 | 64ms | 7012kb | Time limit exceeded | 0 |
10 | 64ms | 8564kb | Time limit exceeded | 0 |
Punctaj total | 0 |