Borderou de evaluare (job #3328392)

Utilizator DariuzzHackerPrime Dariuzz Data 8 decembrie 2025 12:53:37
Problema Retele Status done
Runda Teme Pregatire ACM Unibuc 2013 Semestrul 2 Compilator cpp-64 | Vezi sursa
Scor 25

Raport evaluator

Compilare: main.cpp: In function 'void dfs1(int, std::vector<std::vector<int> >&)': main.cpp:12:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 12 | for(int j = 0 ; j < G[start].size() ; j ++ ){ | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'void dfs2(int, std::vector<std::vector<int> >&, std::vector<int>&)': main.cpp:21:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 21 | if(!viz[start]) | ^~ main.cpp:23:12: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 23 | viz[start] = 1 ; | ^~~ main.cpp:24:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 24 | for(int j = 0 ; j < GT[start].size() ; j ++ ){ | ~~^~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:61:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 61 | for(int i = 0 ; i < comp.size() ; i ++ ){ | ~~^~~~~~~~~~~~~ main.cpp:64:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 64 | for(int j = 0 ; j < comp[i].size() ; j ++ ) | ~~^~~~~~~~~~~~~~~~ main.cpp:64:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 64 | for(int j = 0 ; j < comp[i].size() ; j ++ ) | ^~~ main.cpp:66:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 66 | cout<<'\n'; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK5
20ms303kbOK5
30ms303kbOK5
40ms303kbIncorect0
50ms303kbIncorect0
62ms557kbIncorect0
72ms557kbIncorect0
82ms557kbIncorect0
98ms1605kbIncorect0
109ms1605kbIncorect0
118ms1605kbIncorect0
129ms1671kbIncorect0
1349ms6275kbIncorect0
1449ms6307kbIncorect0
1549ms6258kbIncorect0
1654ms6942kbIncorect0
1754ms6701kbIncorect0
1864ms11800kbOK5
1963ms11644kbOK5
2064ms9519kbIncorect0
Punctaj total25

Ceva nu functioneaza?