Borderou de evaluare (job #2967210)

Utilizator cantea_elinaCantea Elina cantea_elina Data 19 ianuarie 2023 10:37:18
Problema Parcurgere DFS - componente conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:19:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 19 | for(i=1; i<=n; i++) | ^~~ main.cpp:25:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 25 | afisare(); | ^~~~~~~ main.cpp: In function 'void dfs(int)': main.cpp:45:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 45 | for(i=0; i<G[x].size(); i++) | ~^~~~~~~~~~~~ main.cpp: In function 'void afisare()': main.cpp:51:10: warning: unused variable 'i' [-Wunused-variable] 51 | int i,j; | ^ main.cpp:51:12: warning: unused variable 'j' [-Wunused-variable] 51 | int i,j; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbOK5
20ms184kbOK5
30ms184kbOK5
44ms2805kbOK5
50ms184kbOK5
60ms184kbOK5
70ms184kbOK5
80ms184kbOK5
90ms184kbOK5
100ms184kbOK5
1110ms3248kbOK5
1210ms3584kbOK5
1312ms4018kbOK5
1420ms4096kbOK5
1524ms4411kbOK5
1627ms4878kbOK5
1735ms10711kbOK5
180ms184kbOK5
190ms184kbOK5
2033ms5222kbOK5
Punctaj total100

Ceva nu functioneaza?