Borderou de evaluare (job #2966248)

Utilizator RobertlelRobert Robertlel Data 16 ianuarie 2023 21:58:31
Problema Radix Sort Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

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 'void RadixSort()': main.cpp:56:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 56 | for(int i = 0 ; i < v.size() ; ++i) | ~~^~~~~~~~~~ main.cpp:56:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 56 | for(int i = 0 ; i < v.size() ; ++i) | ^~~ main.cpp:58:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 58 | int n = 0; | ^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbIncorect00
215ms1421kbIncorect0
3169ms13656kbIncorect0
4166ms13611kbIncorect00
51825ms131088kbMemory limit exceeded0
61839ms131080kbMemory limit exceeded0
7284ms19025kbIncorect0
82003ms109305kbTime limit exceeded00
92003ms118394kbTime limit exceeded0
102003ms108580kbTime limit exceeded0
Punctaj total0

Ceva nu functioneaza?