Borderou de evaluare (job #2221264)

Utilizator inquisitorAnders inquisitor Data 13 iulie 2018 15:35:34
Problema Radix Sort Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘void radix(int, unsigned int*, unsigned int*, int)’: user.cpp:57:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for (int i = MASK; i > 0; --i) x[i] = x[i - 1]; x[0] = -1; ^~~ user.cpp:57:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’ for (int i = MASK; i > 0; --i) x[i] = x[i - 1]; x[0] = -1; ^ user.cpp: In function ‘int main()’: user.cpp:97:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for (int i = n - 1 - (n - 1) % 10; i >= 0; i -= 10) write(v[i]); flush(); ^~~ user.cpp:97:68: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’ for (int i = n - 1 - (n - 1) % 10; i >= 0; i -= 10) write(v[i]); flush(); ^~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms3376kbOK1030
28ms3792kbOK10
392ms9628kbOK10
496ms9624kbOK1040
51036ms86172kbOK10
61332ms86020kbOK10
7152ms10160kbOK10
81552ms89672kbOK1030
91548ms89088kbOK10
101464ms89604kbOK10
Punctaj total100

Ceva nu functioneaza?