Borderou de evaluare (job #812878)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Tablou (clasa a 6-a) | Compilator | c-32 |
| Rundă | Tema 32 Clasa a 6-a | Status | evaluat |
| Dată | 6 mar. 2025 11:37:27 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'trans':
main.c:3:5: error: type of 'n' defaults to 'int' [-Wimplicit-int]
3 | int trans(n,b)
| ^~~~~
main.c:3:5: error: type of 'b' defaults to 'int' [-Wimplicit-int]
main.c: In function 'main':
main.c:22:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | fscanf(fin,"%d%d",&m,&n);
| ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:29:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
29 | fscanf(fin,"%d",&x[i][j]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~