Pagini recente » Borderou de evaluare (job #3210281) | Borderou de evaluare (job #2182553) | Borderou de evaluare (job #3281924) | Borderou de evaluare (job #982481) | Borderou de evaluare (job #1177556)
Borderou de evaluare (job #1177556)
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:118: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 | 3660kb | Time limit exceeded. | 0 |
Punctaj total | 0 |