Pagini recente » Borderou de evaluare (job #2451938) | Borderou de evaluare (job #23436) | Borderou de evaluare (job #2351566) | Borderou de evaluare (job #2998471) | Borderou de evaluare (job #2813288)
Borderou de evaluare (job #2813288)
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:372:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
372 | for(int j = 0; j < sol[i].size(); ++j)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_biconex()':
main.cpp:434:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
434 | 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:450:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
450 | for(int i = 0; i < connections.size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_apm()':
main.cpp:532: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]
532 | for(int i = 0; i < sol_apm.size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_dijkstra()':
main.cpp:615: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 |
1 | 2ms | 184kb | OK | 10 |
2 | 2ms | 184kb | OK | 10 |
3 | 2ms | 184kb | OK | 10 |
4 | 6ms | 294kb | OK | 10 |
5 | 11ms | 372kb | OK | 10 |
6 | 54ms | 1724kb | OK | 10 |
7 | 169ms | 3997kb | OK | 10 |
8 | 162ms | 5931kb | OK | 10 |
9 | 832ms | 11722kb | OK | 10 |
10 | 832ms | 11763kb | OK | 10 |
Punctaj total | 100 |