Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1058432)
| Utilizator | Data | 15 decembrie 2013 15:35:50 | |
|---|---|---|---|
| Problema | BFS - Parcurgere in latime | Status | done |
| Runda | Arhiva educationala | Compilator | c | Vezi sursa |
| Scor | 30 | ||
Raport evaluator
Compilare:
user.c: In function ‘Adaug’:
user.c:18:5: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
Coada z = (Coada) malloc(sizeof(struct nod));
^
user.c:18:23: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
Coada z = (Coada) malloc(sizeof(struct nod));
^
user.c: In function ‘Sterg’:
user.c:33:5: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(z);
^
user.c:33:5: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
user.c: In function ‘fin’:
user.c:45:27: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
a[x] = (int *)malloc(sizeof(int));
^
user.c:49:9: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration]
a[x] = (int *)realloc(a[x],(a[x][0]+1)*sizeof(int));
^
user.c:49:23: warning: incompatible implicit declaration of built-in function ‘realloc’ [enabled by default]
a[x] = (int *)realloc(a[x],(a[x][0]+1)*sizeof(int));
^
user.c: In function ‘bfs’:
user.c:58:5: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
memset(cost,-1,sizeof(cost));
^
user.c:58:5: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 4ms | 616kb | OK | 10 |
| 2 | 4ms | 584kb | Killed by signal 11(SIGSEGV). | 0 |
| 3 | 4ms | 580kb | Killed by signal 11(SIGSEGV). | 0 |
| 4 | 8ms | 700kb | OK | 10 |
| 5 | 12ms | 744kb | OK | 10 |
| 6 | 48ms | 1196kb | Killed by signal 11(SIGSEGV). | 0 |
| 7 | 132ms | 2192kb | Killed by signal 11(SIGSEGV). | 0 |
| 8 | 100ms | 2352kb | Killed by signal 11(SIGSEGV). | 0 |
| 9 | 784ms | 6644kb | Killed by signal 11(SIGSEGV). | 0 |
| 10 | 776ms | 6564kb | Killed by signal 11(SIGSEGV). | 0 |
| Punctaj total | 30 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
