Borderou de evaluare (job #2801424)

Utilizator AlexNicuNicu Alexandru AlexNicu Data 16 noiembrie 2021 11:10:34
Problema Floyd-Warshall/Roy-Floyd Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:17:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 17 | for ( j = 0; j < n; j++ ) | ^~~ main.cpp:19:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 19 | if ( i != j && dist[i][j] == 0 ) | ^~ main.cpp:31:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 31 | for ( j = 0; j < n; j++ ) | ^~~ main.cpp:34:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 34 | cout << dist[i][j] << " "; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms184kbIncorect0
21ms184kbIncorect0
31ms184kbIncorect0
41ms184kbIncorect0
51ms184kbIncorect0
61ms184kbIncorect0
71ms184kbIncorect0
813ms184kbIncorect0
92ms184kbIncorect0
106ms184kbIncorect0
Punctaj total0

Ceva nu functioneaza?