Borderou de evaluare (job #3204668)

Utilizator BreabanDanielBreaban Daniel-Vasile BreabanDaniel Data 17 februarie 2024 11:26:33
Problema Easygraph Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void dfs(int, int, int*)': main.cpp:46:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 46 | if(!g[x].size() || g[x].size()==1 && g[x][0]==ant) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ main.cpp:48:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 48 | for(int i=0;i<g[x].size();i++) | ~^~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:39:12: warning: 'nod' may be used uninitialized [-Wmaybe-uninitialized] 39 | dfs(nod,0,v); | ~~~^~~~~~~~~ main.cpp:16:32: note: 'nod' was declared here 16 | int n,m,minim=10000000,nod; | ^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
1303ms1081kbTime limit exceeded0
Punctaj total0

Ceva nu functioneaza?