Borderou de evaluare (job #2966249)

Utilizator RobertlelRobert Robertlel Data 16 ianuarie 2023 22:00:15
Problema Radix Sort Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void Radix_Sort()': main.cpp:25:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 25 | for (int i = 0 ; i < v.size () ; ++i) | ~~^~~~~~~~~~~ main.cpp:25:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 25 | for (int i = 0 ; i < v.size () ; ++i) | ^~~ main.cpp:27:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 27 | int n = 0; | ^~~ main.cpp:28:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 28 | while (maxi) | ^~~~~ main.cpp:30:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 30 | int div = 1; | ^~~ main.cpp: In function 'int main()': main.cpp:66:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 66 | for (int i = 0 ; i < v.size () ; i+= 10) | ~~^~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbOK1030
25ms1093kbOK10
387ms9142kbOK10
489ms9154kbOK1040
51249ms90640kbOK10
61239ms90546kbOK10
7171ms9588kbOK10
81842ms95387kbOK1030
91698ms93044kbOK10
101837ms94654kbOK10
Punctaj total100

Ceva nu functioneaza?