Borderou de evaluare (job #844079)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Kprime (clasa a 6-a) | Compilator | c |
| Rundă | Tema 8 Clasa a 7-a | Status | evaluat |
| Dată | 1 dec. 2025 18:17:12 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:47:5: error: expected declaration or statement at end of input
47 | return 0;
| ^~~~~~
main.c:40:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
40 | fscanf(cin,"%d", &n);
| ^~~~~~~~~~~~~~~~~~~~
main.c:42:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
42 | fscanf(cin,"%d", &x);
| ^~~~~~~~~~~~~~~~~~~~