Pagini recente » Borderou de evaluare (job #1278828) | Borderou de evaluare (job #2181434) | Borderou de evaluare (job #2037934) | Borderou de evaluare (job #251251) | Borderou de evaluare (job #2821521)
Borderou de evaluare (job #2821521)
Raport evaluator
Compilare:
main.cpp:252: warning: ignoring '#pragma region GraphClassImplementation' [-Wunknown-pragmas]
252 | #pragma region GraphClassImplementation
|
main.cpp:811: warning: ignoring '#pragma endregion EndGrapClassImplementation' [-Wunknown-pragmas]
811 | #pragma endregion EndGrapClassImplementation
|
main.cpp:947: warning: ignoring '#pragma region WeightedGraphClassImplementation' [-Wunknown-pragmas]
947 | #pragma region WeightedGraphClassImplementation
|
main.cpp:1335: warning: ignoring '#pragma endregion EndWeightedGraphClassImplementation' [-Wunknown-pragmas]
1335 | #pragma endregion EndWeightedGraphClassImplementation
|
main.cpp:1389: warning: ignoring '#pragma region FlowNetworkImplementation' [-Wunknown-pragmas]
1389 | #pragma region FlowNetworkImplementation
|
main.cpp:1500: warning: ignoring '#pragma endregion EndFlowNetworkImplementation' [-Wunknown-pragmas]
1500 | #pragma endregion EndFlowNetworkImplementation
|
main.cpp: In member function 'void Graph::printEdges(std::ostream&, bool)':
main.cpp:257:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
257 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::DFS(int, bool*)':
main.cpp:274:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
274 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::findBiconnectedComponents(int, int, int, std::vector<std::vector<int> >&, int*, int*, bool*, std::stack<int>&)':
main.cpp:292:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
292 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::findStronglyConnectedComponents(int, int&, int, std::vector<std::vector<int> >&, int*, int*, bool*, bool*, std::stack<int>&)':
main.cpp:333:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
333 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::findCriticalEdges(int, int&, int, std::vector<std::vector<int> >&, int*, int*, bool*)':
main.cpp:369:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
369 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::findTopologicalOrder(int, std::vector<int>&, bool*)':
main.cpp:397:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
397 | for (int i = 0; i < edges[node].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::setEdges(std::vector<std::vector<int> >)':
main.cpp:410:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
410 | for (int i = 0; i < connections.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'virtual std::vector<int> Graph::getMinimumDistances(int)':
main.cpp:474:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
474 | for (int i = 0; i < edges[currentNode].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 2ms | 184kb | OK | 5 |
| 2 | 2ms | 184kb | OK | 5 |
| 3 | 2ms | 184kb | OK | 5 |
| 4 | 11ms | 479kb | OK | 5 |
| 5 | 2ms | 200kb | OK | 5 |
| 6 | 2ms | 200kb | OK | 5 |
| 7 | 2ms | 184kb | OK | 5 |
| 8 | 2ms | 184kb | OK | 5 |
| 9 | 2ms | 184kb | OK | 5 |
| 10 | 2ms | 184kb | OK | 5 |
| 11 | 30ms | 1495kb | OK | 5 |
| 12 | 21ms | 1331kb | OK | 5 |
| 13 | 35ms | 2199kb | OK | 5 |
| 14 | 44ms | 2662kb | OK | 5 |
| 15 | 54ms | 3129kb | OK | 5 |
| 16 | 72ms | 3784kb | OK | 5 |
| 17 | 97ms | 11300kb | OK | 5 |
| 18 | 11ms | 4661kb | OK | 5 |
| 19 | 15ms | 4919kb | OK | 5 |
| 20 | 82ms | 5623kb | OK | 5 |
| Punctaj total | 100 |