Pagini recente » Borderou de evaluare (job #416224) | Borderou de evaluare (job #1343326) | Borderou de evaluare (job #338625) | Borderou de evaluare (job #2663675) | Borderou de evaluare (job #2813203)
Borderou de evaluare (job #2813203)
Raport evaluator
Compilare:
main.cpp: In member function 'void graph::bfs(int)':
main.cpp:53:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
53 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs(int)':
main.cpp:72:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
72 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_ctc_1(int)':
main.cpp:85:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
85 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_ctc_2(int)':
main.cpp:101:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
101 | for(int i = 0; i < ReverseG[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_topo(int)':
main.cpp:114:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
114 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_biconex(int, int)':
main.cpp:131:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
131 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_muchii(int, int)':
main.cpp:181:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
181 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'int graph::bfs_diam(int, int&)':
main.cpp:260:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
260 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_ctc()':
main.cpp:371:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
371 | for(int j = 0; j < sol[i].size(); ++j)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_biconex()':
main.cpp:433:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
433 | for(int j = 0; j < sol[i].size(); ++j)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'std::vector<std::vector<int> > graph::criticalConnections(int, std::vector<std::vector<int> >&)':
main.cpp:449:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
449 | for(int i = 0; i < connections.size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_apm()':
main.cpp:531:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
531 | for(int i = 0; i < sol_apm.size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_dijkstra()':
main.cpp:614:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
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 | 1ms | 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 | 2ms | 184kb | Killed by Signal 11 | 0 | 0 |
8 | 6ms | 2228kb | Killed by Signal 11 | 0 | 0 |
9 | 6ms | 2318kb | Killed by Signal 11 | 0 |
10 | 11ms | 4268kb | Killed by Signal 11 | 0 |
Punctaj total | 0 |