Borderou de evaluare (job #3320665)

Utilizator DariuzzHackerPrime Dariuzz Data 6 noiembrie 2025 21:57:44
Problema Floyd-Warshall/Roy-Floyd Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:18:95: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 18 | if( v[i][k]!= 0 && v[k][j]!=0 && (v[i][j] > v[i][k] + v[k][j] || !v[i][j] && i!=j)) | ~~~~~~~~~^~~~~~~ main.cpp:23:14: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 23 | for(int j =1 ; j <= n ; j ++ ) | ^~~ main.cpp:25:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 25 | cout<<endl; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK10
20ms303kbOK10
30ms303kbOK10
41ms561kbOK10
51ms557kbOK10
61ms557kbOK10
71ms557kbOK10
82ms557kbOK10
92ms557kbOK10
103ms823kbOK10
Punctaj total100

Ceva nu functioneaza?