Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2906816)
| Utilizator | Data | 27 mai 2022 15:49:35 | |
|---|---|---|---|
| Problema | Radix Sort | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:79:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
79 | for(int i = 2; i <= n; i++)
| ~~^~~~
main.cpp:90:27: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
90 | for (int j = 1; j <= n; j ++)
| ~~^~~~
main.cpp:97:26: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
97 | for(int j = 1; j <= n; j ++)
| ~~^~~~
main.cpp:104:26: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
104 | for(int j = 1; j <= n; j ++)
| ~~^~~~
main.cpp:111:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
111 | for(int i = 1; i <= n; i += 10)
| ~~^~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 1ms | 184kb | OK | 10 | 30 |
| 2 | 11ms | 1093kb | OK | 10 | |
| 3 | 125ms | 8450kb | OK | 10 | |
| 4 | 105ms | 8716kb | OK | 10 | 40 |
| 5 | 1395ms | 87445kb | OK | 10 | |
| 6 | 1384ms | 87203kb | OK | 10 | |
| 7 | 167ms | 9297kb | OK | 10 | |
| 8 | 1609ms | 91181kb | OK | 10 | 30 |
| 9 | 1575ms | 90529kb | OK | 10 | |
| 10 | 1594ms | 90943kb | OK | 10 | |
| Punctaj total | 100 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
