Pagini recente » Borderou de evaluare (job #178352) | Borderou de evaluare (job #2857262) | Borderou de evaluare (job #3233625) | Borderou de evaluare (job #867131) | Borderou de evaluare (job #1178229)
Borderou de evaluare (job #1178229)
Raport evaluator
Compilare:
user.c: In function ‘InsertBeforeNode’:
user.c:13:2: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
newNode = (NODE*)malloc(sizeof(NODE));
^
user.c:13:19: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
newNode = (NODE*)malloc(sizeof(NODE));
^
user.c: In function ‘InsertAfterLast’:
user.c:30:19: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
newNode = (NODE*)malloc(sizeof(NODE));
^
user.c: In function ‘RemoveFromLast’:
user.c:46:2: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(aux);
^
user.c:46:2: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
user.c: In function ‘main’:
user.c:153:25: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
NODE* node = (NODE *)malloc(sizeof(NODE));
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | Depăşit | 6056kb | Time limit exceeded. | 0 |
Punctaj total | 0 |