Borderou de evaluare (job #164062)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Antitir | Compilator | c |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 nov. 2015 11:32:30 | Scor | 0 |
Raport evaluator
Eroare de compilare:
user.c: In function ‘gen_sum’:
user.c:21:17: error: ‘v’ undeclared (first use in this function)
user.c:21:17: note: each undeclared identifier is reported only once for each function it appears in
user.c: In function ‘partitie’:
user.c:61:2: error: ‘for’ loop initial declarations are only allowed in C99 mode
user.c:61:2: note: use option -std=c99 or -std=gnu99 to compile your code
user.c:65:4: warning: implicit declaration of function ‘swap’ [-Wimplicit-function-declaration]
user.c: In function ‘selectie’:
user.c:76:8: error: ‘true’ undeclared (first use in this function)
user.c: In function ‘main’:
user.c:100:2: error: expected ‘,’ or ‘;’ before ‘fscanf’
user.c:103:28: error: ‘v’ undeclared (first use in this function)
user.c:103:35: error: ‘w’ undeclared (first use in this function)
user.c:112:2: error: expected ‘;’ before ‘sum’
user.c:94:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
user.c:94:9: warning: unused variable ‘j’ [-Wunused-variable]
user.c: In function ‘selectie’:
user.c:87:1: warning: control reaches end of non-void function [-Wreturn-type]