Borderou de evaluare (job #2928438)

Utilizator Petrica81Simion Petrica Petrica81 Data 22 octombrie 2022 22:01:40
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
62ms577kbNumar de componente gresit0
79ms1888kbNumar de componente gresit00
830ms4272kbNumar de componente gresit0
973ms9703kbNumar de componente gresit0
1094ms14352kbNumar de componente gresit00
Punctaj total0

Ceva nu functioneaza?