Borderou de evaluare (job #808992)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere24 (clasa a 6-a) | Compilator | c-32 |
Rundă | Tema 28 Clasa a 6-a | Status | evaluat |
Dată | 12 feb. 2025 10:39:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:76:5: error: expected declaration or statement at end of input
76 | return 0;
| ^~~~~~
main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | fscanf ( fin , "%d%lld" , &cer , &n );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~