Pagini recente » Borderou de evaluare (job #2860726) | Borderou de evaluare (job #3216223) | Borderou de evaluare (job #2785896) | Borderou de evaluare (job #1367364) | Borderou de evaluare (job #2821767)
Borderou de evaluare (job #2821767)
Raport evaluator
Compilare:
main.cpp: In member function 'void graph::bfs(int)':
main.cpp:55:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
55 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs(int)':
main.cpp:74:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
74 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_ctc_1(int)':
main.cpp:87:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
87 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_ctc_2(int)':
main.cpp:103:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
103 | for(int i = 0; i < ReverseG[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_topo(int)':
main.cpp:116:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
116 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_biconex(int, int)':
main.cpp:133:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
133 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::dfs_muchii(int, int)':
main.cpp:183:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
183 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'int graph::bfs_diam(int, int&)':
main.cpp:262:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
262 | for(int i = 0; i < G[node].size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_ctc()':
main.cpp:373:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
373 | for(int j = 0; j < sol[i].size(); ++j)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_biconex()':
main.cpp:435:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
435 | 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:451:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
451 | for(int i = 0; i < connections.size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_apm()':
main.cpp:533: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]
533 | for(int i = 0; i < sol_apm.size(); ++i)
| ~~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void graph::solve_dijkstra()':
main.cpp:616: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 | 5 |
2 | 2ms | 184kb | Incorect | 0 |
3 | 2ms | 184kb | Incorect | 0 |
4 | 2ms | 184kb | OK | 5 |
5 | 2ms | 184kb | OK | 5 |
6 | 2ms | 184kb | OK | 5 |
7 | 39ms | 4464kb | Incorect | 0 |
8 | 30ms | 4378kb | Incorect | 0 |
9 | 20ms | 1179kb | OK | 5 |
10 | 16ms | 1167kb | OK | 5 |
11 | 16ms | 1167kb | OK | 5 |
12 | 16ms | 1118kb | OK | 5 |
13 | 21ms | 1179kb | OK | 5 |
14 | 16ms | 1118kb | OK | 5 |
15 | 346ms | 19156kb | OK | 5 |
16 | 293ms | 19099kb | OK | 5 |
17 | 218ms | 19173kb | OK | 5 |
18 | 477ms | 19066kb | OK | 5 |
19 | 335ms | 19181kb | OK | 5 |
20 | 452ms | 19107kb | OK | 5 |
Punctaj total | 80 |