Borderou de evaluare (job #2928437)

Utilizator Petrica81Simion Petrica Petrica81 Data 22 octombrie 2022 22:00:58
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:21:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 21 | for (int i = 0; i < graf[nod].size(); i++){ | ~~^~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:59:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 59 | for(int i = 0; i < componente.size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~ main.cpp:60:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 60 | for(int j = 0; j < componente[i].size(); j++) | ~~^~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbNumar de componente gresit00
20ms184kbNumar de componente gresit0
30ms184kbNumar de componente gresit0
40ms184kbNumar de componente gresit00
50ms184kbNumar de componente gresit0
64ms577kbNumar de componente gresit0
78ms1888kbNumar de componente gresit00
835ms4366kbNumar de componente gresit0
975ms9691kbNumar de componente gresit0
1093ms14409kbNumar de componente gresit00
Punctaj total0

Ceva nu functioneaza?