Borderou de evaluare (job #2999593)

Utilizator AndreiStreheStreche Andrei Claudiu AndreiStrehe Data 11 martie 2023 10:44:27
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:72:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 72 | 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
20ms184kbKilled by Signal 110
30ms184kbKilled by Signal 110
40ms184kbKilled by Signal 110
50ms184kbKilled by Signal 110
67ms626kbKilled by Signal 110
711ms954kbKilled by Signal 110
835ms6037kbKilled by Signal 110
925ms4800kbKilled by Signal 110
1025ms6213kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?