Borderou de evaluare (job #2928416)

Utilizator Petrica81Simion Petrica Petrica81 Data 22 octombrie 2022 21:27:53
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void tarjan(int)': main.cpp:20:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 20 | for (int i = 0; i < graf[nod].size(); i++){ | ~~^~~~~~~~~~~~~~~~~~ main.cpp:39:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 39 | for(int i = 0; i < graf[componente[y][0]].size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:70:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 70 | for(int i = 0; i < componente.size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~ main.cpp:71:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 71 | for(int j = 0; j < componente[i].size(); j++) | ~~^~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms274kbNumar de componente gresit00
20ms184kbNumar de componente gresit0
30ms184kbNumar de componente gresit0
40ms184kbNumar de componente gresit00
50ms184kbNumar de componente gresit0
65ms577kbNumar de componente gresit0
710ms1626kbNumar de componente gresit00
824ms3067kbNumar de componente gresit0
956ms6639kbNumar de componente gresit0
1072ms9707kbNumar de componente gresit00
Punctaj total0

Ceva nu functioneaza?