Borderou de evaluare (job #859320)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Mapat (clasa a 7-a) | Compilator | c |
| Rundă | Tema 28 Clasa a 7-a | Status | evaluat |
| Dată | 20 apr. 2026 16:57:19 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:129:5: error: expected declaration or statement at end of input
129 | return 0;
| ^~~~~~
main.c: In function 'readChar':
main.c:16:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
16 | fread(rbuf, 1, BUFSIZE, fin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~