Borderou de evaluare (job #3173161)

Utilizator BranckhiusIon Dragos-Constantin Branckhius Data 21 noiembrie 2023 22:18:29
Problema Cablaj Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:25:59: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 25 | dist[i] = (coord[i][1] - coord[0][1]) ^ 2 + (coord[i][0] - coord[0][0]) ^ 2; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:39:90: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 39 | dist[k] = min(dist[k], (coord[k][1] - coord[loc][1]) ^ 2 + (coord[k][0] - coord[loc][0]) ^ 2); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:35:28: warning: 'loc' may be used uninitialized [-Wmaybe-uninitialized] 35 | vizitat[loc] = 1; | ^ main.cpp:7:21: note: 'loc' was declared here 7 | int n, x, y,loc; | ^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbIncorect0
20ms303kbIncorect0
30ms303kbIncorect0
42ms303kbIncorect0
53ms303kbIncorect0
67ms303kbIncorect0
79ms303kbIncorect0
819ms557kbIncorect0
929ms557kbIncorect0
1029ms557kbIncorect0
Punctaj total0

Ceva nu functioneaza?