Pagini recente » Borderou de evaluare (job #2863225) | Borderou de evaluare (job #1818183) | Borderou de evaluare (job #1002800) | Borderou de evaluare (job #1158532) | Borderou de evaluare (job #1177621)
Borderou de evaluare (job #1177621)
Raport evaluator
Compilare:
user.c: In function ‘InsertBeforeNode’:
user.c:12:2: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
newNode = (NODE*)malloc(sizeof(NODE));
^
user.c:12: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:28: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:44:2: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(aux);
^
user.c:44:2: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
user.c: In function ‘main’:
user.c:134: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 | 4052kb | Time limit exceeded. | 0 |
Punctaj total | 0 |