Borderou de evaluare (job #583154)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Subsecvență crescătoare (clasa a 5-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 feb. 2021 18:30:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:23:2: error: expected declaration or statement at end of input
23 | }
| ^
main.c:8:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
8 | fscanf(fin, "%d%d", &n, &a);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:12:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
12 | { fscanf(fin, "%d", &b);
| ^~~~~~~~~~~~~~~~~~~~~