Borderou de evaluare (job #2815813)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::printListOfNeighbours() const':
main.cpp:86:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
86 | for (int i = 1; i < this->listOfNeighbours.size() - 1; i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:89:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
89 | for (int j = 0; j < listOfNeighbours[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'bool Graph::HavelHakimi(std::vector<int>)':
main.cpp:268:28: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
268 | if (degrees.size() < currentDegree)
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
main.cpp: In member function 'std::vector<int> Graph::disjoint(std::vector<std::pair<int, std::pair<int, int> > >)':
main.cpp:335:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
335 | for (int i = 0; i < tasks.size(); i++)
| ~~^~~~~~~~~~~~~~
main.cpp: In member function 'int Graph::treeDiameter()':
main.cpp:359:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
359 | for (int i = 1; i < distance.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp:366:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
366 | for (int i = 0; i < visited.size(); i++)
| ~~^~~~~~~~~~~~~~~~
main.cpp:372:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
372 | for (int i = 1; i < distance.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In member function 'std::vector<int> Graph::eulerianCircuit()':
main.cpp:380:1: warning: no return statement in function returning non-void [-Wreturn-type]
380 | }
| ^
main.cpp: In function 'void BFSinfoarena()':
main.cpp:538:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
538 | for (int i = 1; i < distance.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'void ctcInfoarena()':
main.cpp:581:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
581 | for (int i = 0; i < solution.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp:583:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
583 | for (int j = 0; j < solution[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void biconexInfoarena()':
main.cpp:602:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
602 | for (int i = 0; i < solution.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp:604:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
604 | for (int j = 0; j < solution[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void CCNleetcode()':
main.cpp:623:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
623 | for (int i = 0; i < criticalEdges.size(); i++)
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 2ms | 188kb | Killed by Signal 11 | 0 | 0 |
2 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
3 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
4 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
5 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
6 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
7 | 6ms | 2174kb | Killed by Signal 11 | 0 | 0 |
8 | 6ms | 2121kb | Killed by Signal 11 | 0 |
9 | 6ms | 2453kb | Killed by Signal 11 | 0 | 0 |
10 | 6ms | 2424kb | Killed by Signal 11 | 0 |
Punctaj total | 0 |