Borderou de evaluare (job #2999577)

Utilizator AndreiStreheStreche Andrei Claudiu AndreiStrehe Data 11 martie 2023 10:38:34
Problema Componente biconexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int dfs(int, int, int)': main.cpp:48:1: warning: no return statement in function returning non-void [-Wreturn-type] 48 | } | ^ main.cpp: In function 'int main()': main.cpp:71:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 71 | for(j=0;j<sol[i].size();j++) | ~^~~~~~~~~~~~~~ main.cpp: In function 'int dfs(int, int, int)': main.cpp:19:5: warning: infinite recursion detected [-Winfinite-recursion] 19 | int dfs(int nod, int niv, int tata) | ^~~ main.cpp:31:16: note: recursive call 31 | dfs(vecin,niv+1,nod); | ~~~^~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbKilled by Signal 110
26ms294kbKilled by Signal 110
310ms299kbKilled by Signal 110
46ms335kbKilled by Signal 110
510ms364kbKilled by Signal 110
611ms626kbKilled by Signal 110
711ms954kbKilled by Signal 110
832ms6037kbKilled by Signal 110
924ms4800kbKilled by Signal 110
1022ms6197kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?