Borderou de evaluare (job #2793345)

Utilizator Radu_FilipescuFilipescu Radu Radu_Filipescu Data 3 noiembrie 2021 14:58:07
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'void graph::Dfs(int)': main.cpp:23:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 23 | for( int i = 0; i < ad[node].size(); ++i ) { | ~~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graph::Dfs2(int, int, std::vector<std::vector<int> >&)': main.cpp:34:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 34 | for( int i = 0; i < ad[node].size(); ++i ) { | ~~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graph::Dfs3(int)': main.cpp:63:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 63 | for( int i = 0; i < ad[i].size(); ++i ) { | ~~^~~~~~~~~~~~~~ main.cpp: In member function 'void graph::Dfs4(int, std::vector<int>&)': main.cpp:76:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 76 | for( int i = 0; i < reverseAd[node].size(); ++i ) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'void graph::BfsTraversal(int)': main.cpp:141:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 141 | for( int i = 0; i < ad[u].size(); ++i ) { | ~~^~~~~~~~~~~~~~ main.cpp: In member function 'std::vector<std::vector<int> > graph::getStronglyConnectedComponents()': main.cpp:169:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 169 | for( int i = 0; i < topologicalSort.size(); ++i ) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:218:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 218 | for( int i = 0; i < tmp.size(); ++i ) { | ~~^~~~~~~~~~~~ main.cpp:219:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 219 | for( int j = 0; j < tmp[i].size(); ++j ) | ~~^~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
11ms184kbNumar de componente gresit00
21ms184kbCorect10
32ms184kbNumar de componente gresit0
41ms184kbNumar de componente gresit00
53ms569kbNumar de componente gresit0
621ms1339kbNumar de componente gresit0
732ms2609kbNumar de componente gresit00
8119ms6516kbNumar de componente gresit0
9235ms13905kbNumar de componente gresit0
10359ms22573kbTime limit exceeded00
Punctaj total0

Ceva nu functioneaza?