Pagini recente » Borderou de evaluare (job #1568488) | Borderou de evaluare (job #1998425) | Borderou de evaluare (job #1510263) | Cod sursa (job #250124) | Borderou de evaluare (job #2795093)
Borderou de evaluare (job #2795093)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::BFS(int)':
main.cpp:97:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
97 | for (int i = 0; i < adiacenta[nodCurent].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::distantaCatreToateNodurile(int)':
main.cpp:143:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
143 | for (int i = 0; i < adiacenta[nodCurent].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::gasesteComponenteleTariConexe()':
main.cpp:262:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
262 | for (int i = 0; i < componenteTariConexe.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::DFSUtil(int, std::vector<bool>&)':
main.cpp:280:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
280 | for (int i = 0; i < adiacenta[nodPlecare].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::DFSUtilCuSalvareInString(int, std::vector<bool>&, std::string&)':
main.cpp:301:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
301 | for (int i = 0; i < adiacenta[nodPlecare].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::sortareTopologicaUtil(int, std::vector<bool>&, std::stack<int>&)':
main.cpp:319:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
319 | for (int i = 0; i < adiacenta[v].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'Graph Graph::getTranspusul()':
main.cpp:340:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
340 | for (int i = 0; i < adiacenta[varf].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::umpleStivaDFS(int, std::vector<bool>&, std::stack<int>&)':
main.cpp:357:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
357 | for (int i = 0; i < adiacenta[varf].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 2ms | 184kb | Corect | 10 | 30 |
2 | 1ms | 184kb | Corect | 10 |
3 | 1ms | 184kb | Corect | 10 |
4 | 1ms | 184kb | Corect | 10 | 30 |
5 | 2ms | 434kb | Corect | 10 |
6 | 12ms | 1519kb | Corect | 10 |
7 | 31ms | 2285kb | Corect | 10 | 30 |
8 | 148ms | 5775kb | Corect | 10 |
9 | 220ms | 11976kb | Corect | 10 |
10 | 348ms | 19742kb | Corect | 10 | 10 |
Punctaj total | 100 |