Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1849703)
| Utilizator | Data | 17 ianuarie 2017 19:38:32 | |
|---|---|---|---|
| Problema | Sortare prin comparare | Status | done |
| Runda | Arhiva educationala | Compilator | c | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
user.c: In function ‘main’:
user.c:45:1: warning: passing argument 1 of ‘QuickSort’ from incompatible pointer type [enabled by default]
QuickSort(A, 0, N-1);
^
user.c:13:6: note: expected ‘long long int *’ but argument is of type ‘int *’
void QuickSort(long long v[], long long left, long long right){
^
user.c:38:11: warning: unused variable ‘x’ [-Wunused-variable]
int N, i, x, A[500000];
^
user.c:35:8: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
freopen("algsort.in", "r", stdin);
^
user.c:36:8: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
freopen("algsort.out", "w", stdout);
^
user.c:40:6: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &N);
^
user.c:43:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &A[i]);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 0ms | 276kb | Incorect | 0 | 0 |
| 2 | 0ms | 268kb | Incorect | 0 | |
| 3 | 0ms | 268kb | Incorect | 0 | |
| 4 | 0ms | 272kb | Incorect | 0 | |
| 5 | 0ms | 280kb | Incorect | 0 | 0 |
| 6 | 0ms | 280kb | Incorect | 0 | |
| 7 | 0ms | 284kb | Incorect | 0 | |
| 8 | 0ms | 280kb | Incorect | 0 | |
| 9 | Depăşit | 1024kb | Time limit exceeded. | 0 | 0 |
| 10 | Depăşit | 1024kb | Time limit exceeded. | 0 | |
| 11 | Depăşit | 1024kb | Time limit exceeded. | 0 | |
| 12 | Depăşit | 1032kb | Time limit exceeded. | 0 | |
| 13 | 100ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | 0 |
| 14 | 108ms | 2196kb | Killed by signal 11(SIGSEGV). | 0 | |
| 15 | 104ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | |
| 16 | 104ms | 2196kb | Killed by signal 11(SIGSEGV). | 0 | |
| 17 | 160ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | 0 |
| 18 | 164ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | |
| 19 | 144ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | |
| 20 | 152ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 | |
| Punctaj total | 0 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
