Borderou de evaluare (job #2813203)

Utilizator alexbrinzaAlexandru Brinza alexbrinza Data 6 decembrie 2021 03:54:26
Problema Flux maxim Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

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
12ms184kbKilled by Signal 1100
22ms184kbKilled by Signal 1100
31ms184kbKilled by Signal 1100
42ms184kbKilled by Signal 1100
52ms184kbKilled by Signal 1100
62ms184kbKilled by Signal 1100
72ms184kbKilled by Signal 1100
86ms2228kbKilled by Signal 1100
96ms2318kbKilled by Signal 110
1011ms4268kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?