Borderou de evaluare (job #697946)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Ținta (clasa a 6-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 feb. 2023 16:58:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:8:6: error: expected ';' before 'int'
8 | int v
| ^
| ;
9 | int main()
| ~~~
main.c: In function 'main':
main.c:67:13: warning: variable 's' set but not used [-Wunused-but-set-variable]
67 | int s;
| ^
main.c:14:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | fscanf(fin,"%d",&n);
| ^~~~~~~~~~~~~~~~~~~