Borderou de evaluare (job #804722)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Shperl | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 ian. 2025 21:41:00 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:32:1: error: expected declaration or statement at end of input
32 | }
| ^
main.c:13:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | fscanf(fin,"%d%d\n",&n,&q);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:19:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
19 | fscanf(fin,"%d%d%d",&t,&x,&y);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~