Pagini recente » Borderou de evaluare (job #2033041) | Borderou de evaluare (job #2145215) | Borderou de evaluare (job #1557839) | Borderou de evaluare (job #2003718) | Borderou de evaluare (job #2822876)
Borderou de evaluare (job #2822876)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::bfs_si_distante(int, std::vector<std::vector<int> >&, std::vector<bool>&, std::vector<int>&)':
main.cpp:143:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
143 | for (int j = 0; j < vecini[varf].size(); j++) //marchez toate varfurile adiacente cu el si nevizitate anterior, iar apoi le introduc in coada
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfs(int, std::vector<std::vector<int> >&, std::vector<bool>&)':
main.cpp:197:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
197 | for (int j = 0; j < vecini[varf].size(); j++) // aleg mereu primul vecin nevizitat anterior al varfului curent
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfs_si_timp_de_finalizare(int, std::vector<std::vector<int> >&, std::vector<bool>&, std::stack<int>&)':
main.cpp:243:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
243 | for (int j = 0; j < vecini[varf].size(); j++) // aleg mereu primul vecin nevizitat anterior al varfului curent
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfs_graf_transpus(int, std::vector<std::vector<int> >&, std::vector<bool>&, std::vector<std::vector<int> >&, int)':
main.cpp:290:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
290 | for (int j = 0; j < vecini_transpus[varf].size(); j++) // aleg mereu primul vecin nevizitat anterior al varfului curent
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::solve_componente_tare_conexe(std::ifstream&, std::ofstream&)':
main.cpp:351:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
351 | for (int j = 0; j < componente_tare_conexe[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfs_componente_biconexe(int, int, std::vector<std::vector<int> >&, std::vector<bool>&, std::vector<int>&, std::vector<int>&, std::stack<int>&, std::vector<std::vector<int> >&, int&)':
main.cpp:368:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
368 | for (int j = 0; j < vecini[varf_fiu].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::solve_componente_biconexe(std::ifstream&, std::ofstream&)':
main.cpp:441:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
441 | for (int j = 0; j < de_afisat[i].size(); j ++)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfs_diametrul_unui_arbore(int, int, int&, int&, std::vector<std::vector<int> >&, std::vector<bool>&)':
main.cpp:678:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
678 | for (int j = 0; j < vecini[varf].size(); j++) // aleg mereu primul vecin nevizitat anterior al varfului curent
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::solve_ciclu_eulerian(std::ifstream&, std::ofstream&)':
main.cpp:774:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
774 | for (int i = 0; i < componente_ciclu_eulerian.size() - 1; i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'bool Graf::ciclu_eulerian(std::vector<std::vector<int> >&, std::vector<bool>&, std::vector<int>&)':
main.cpp:728:12: warning: control reaches end of non-void function [-Wreturn-type]
728 | stack<int>st;
| ^~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
2 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
3 | 6ms | 307kb | Killed by Signal 11 | 0 | 0 |
4 | 40ms | 1007kb | Killed by Signal 11 | 0 | 0 |
5 | 82ms | 2535kb | Killed by Signal 11 | 0 | 0 |
6 | 316ms | 9674kb | Killed by Signal 11 | 0 | 0 |
7 | 106ms | 4952kb | Raspuns corect! | 10 | 0 |
8 | 421ms | 12578kb | Killed by Signal 11 | 0 |
9 | 800ms | 8945kb | Time limit exceeded | 0 | 0 |
10 | 526ms | 15233kb | Killed by Signal 11 | 0 |
Punctaj total | 0 |