Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1419568)
| Utilizator | Data | 15 aprilie 2015 22:53:04 | |
|---|---|---|---|
| Problema | Radix Sort | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void radixSort(int, int, int)’:
user.cpp:26:24: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
end[(v[i] >> bits) & MASK]++;
^
user.cpp:38:35: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
int bucket = (elem >> bits) & MASK;
^
user.cpp:43:33: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
bucket = (elem >> bits) & MASK;
^
user.cpp: In function ‘int main()’:
user.cpp:65:40: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d%d%d%d", &n, &a, &b, &c);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 0ms | 264kb | OK | 10 | 30 |
| 2 | 8ms | 652kb | OK | 10 | |
| 3 | 104ms | 4164kb | OK | 10 | |
| 4 | 104ms | 4164kb | OK | 10 | 40 |
| 5 | 1236ms | 39320kb | OK | 10 | |
| 6 | 1272ms | 39316kb | OK | 10 | |
| 7 | 132ms | 4168kb | OK | 10 | |
| 8 | 1420ms | 39312kb | OK | 10 | 30 |
| 9 | 1372ms | 39316kb | OK | 10 | |
| 10 | 1412ms | 39316kb | OK | 10 | |
| Punctaj total | 100 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
