Borderou de evaluare (job #3328394)

Utilizator DariuzzHackerPrime Dariuzz Data 8 decembrie 2025 12:58:48
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:62:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 62 | for(int i = 0 ; i < comp.size() ; i ++ ){ | ~~^~~~~~~~~~~~~ main.cpp:65:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 65 | for(int j = 0 ; j < comp[i].size() ; j ++ ) | ~~^~~~~~~~~~~~~~~~ main.cpp:65:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 65 | for(int j = 0 ; j < comp[i].size() ; j ++ ) | ^~~ main.cpp:67:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 67 | cout<<'\n'; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK5
20ms303kbOK5
30ms303kbOK5
40ms303kbIncorect0
50ms303kbIncorect0
62ms557kbIncorect0
72ms557kbIncorect0
82ms557kbIncorect0
98ms1605kbIncorect0
109ms1867kbIncorect0
118ms1605kbIncorect0
129ms1605kbIncorect0
1349ms6311kbIncorect0
1449ms6332kbIncorect0
1549ms6303kbIncorect0
1649ms7127kbIncorect0
1748ms6660kbIncorect0
1863ms11657kbOK5
1967ms11628kbOK5
2064ms9609kbIncorect0
Punctaj total25

Ceva nu functioneaza?