Pagini recente » Borderou de evaluare (job #1455254) | Borderou de evaluare (job #8703) | Borderou de evaluare (job #2965152) | Borderou de evaluare (job #1219394) | Borderou de evaluare (job #2800896)
Borderou de evaluare (job #2800896)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::bfs(int, std::ostream&)':
main.cpp:156:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
156 | for(int i=0; i<listaAdiacenta[nodCurent].size(); i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::sortareTopologica(std::ostream&)':
main.cpp:186:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
186 | for(int i = 0; i < listaAdiacenta[nodCurent].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::initializareCompBiconexe(std::ostream&)':
main.cpp:271:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
271 | for(int i = 0; i < nrComponenteBiconexe; i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~
main.cpp:272:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
272 | for(int j = 0; j < componenteBiconexe[i].size(); j++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::initializareCompTareConexe(std::ostream&)':
main.cpp:347:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
347 | for(int i = 0; i < nrComponenteTareConexe; i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:348:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
348 | for(int j = 0; j < listaComponenteTareConexe[i].size(); j++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'std::vector<std::vector<int> > Graf::criticalConnections(int, std::vector<std::vector<int> >&)':
main.cpp:444:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
444 | for(int i = 0; i < connections.size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:564:65: warning: unused variable 'nodStart' [-Wunused-variable]
564 | int noduri, muchii, extremitateInitiala, extremitateFinala, nodStart;
| ^~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 10ms | 5877kb | OK | 10 |
2 | 5ms | 5025kb | OK | 10 |
3 | 4ms | 5419kb | OK | 10 |
4 | 10ms | 5890kb | OK | 10 |
5 | 25ms | 6348kb | OK | 10 |
6 | 81ms | 6676kb | OK | 10 |
7 | 61ms | 7041kb | OK | 10 |
8 | 1004ms | 8355kb | Time limit exceeded | 0 |
9 | 118ms | 8081kb | OK | 10 |
10 | 490ms | 10375kb | OK | 10 |
Punctaj total | 90 |