Pagini recente » Borderou de evaluare (job #1926835) | Borderou de evaluare (job #53872) | Borderou de evaluare (job #1178332)
Borderou de evaluare (job #1178332)
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 ‘UseNode’:
user.c:76:12: warning: assignment makes pointer from integer without a cast [enabled by default]
aux->used = 1;
^
user.c: In function ‘main’:
user.c:159:22: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
location = (int *)malloc(sizeof(int));
^
user.c:169:25: warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default]
NODE* node = (NODE *)malloc(sizeof(NODE));
^
user.c:120:13: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable]
int n,max,pos,min,minPos;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | Depăşit | 6832kb | Time limit exceeded. | 0 |
Punctaj total | 0 |