Borderou de evaluare (job #844078)
| 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:15:51 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:48:5: error: expected declaration or statement at end of input
48 | return 0;
| ^~~~~~
main.c:41:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
41 | fscanf(cin,"%d", &n);
| ^~~~~~~~~~~~~~~~~~~~
main.c:43:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
43 | fscanf(cin,"%d", &x);
| ^~~~~~~~~~~~~~~~~~~~