Borderou de evaluare (job #642833)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Faleza (clasa a 6-a) | Compilator | c-32 |
Rundă | Tema 21 clasa a 6-a | Status | evaluat |
Dată | 21 mar. 2022 20:59:19 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:35:5: error: expected declaration or statement at end of input
35 | return 0;
| ^~~~~~
main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | fscanf(fin, "%d", &n);
| ^~~~~~~~~~~~~~~~~~~~~
main.c:13:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | fscanf(fin, "%d", &mat[l][c]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~