Borderou de evaluare (job #2861638)

Utilizator Xutzu358Ignat Alex Xutzu358 Data 4 martie 2022 10:35:30
Problema Floyd-Warshall/Roy-Floyd Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 90

Raport evaluator

Compilare: main.cpp: In function 'void roy_floyd()': main.cpp:24:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 24 | if (dist[i][k] && dist[k][j]); | ^~ main.cpp:25:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 25 | if (dist[i][j]>dist[i][k]+dist[k][j] || (dist[i][j]==0 && i!=j)) { | ^~
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms184kbOK10
22ms184kbIncorect0
32ms184kbOK10
42ms184kbOK10
52ms184kbOK10
62ms184kbOK10
76ms278kbOK10
86ms200kbOK10
96ms229kbOK10
1011ms311kbOK10
Punctaj total90

Ceva nu functioneaza?