Borderou de evaluare (job #709053)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Șoricel (clasa a 6-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 mar. 2023 19:02:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:45:5: error: expected expression before '}' token
45 | }
| ^
main.c:13:17: warning: variable 'ok' set but not used [-Wunused-but-set-variable]
13 | int p,n,m,k,ok = 0,s = 0,v,sq,V,zi=0,i,j;
| ^~
main.c:14:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | fscanf(fin,"%d%d%d%d",&p,&n,&m,&k);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:17:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | fscanf(fin,"%d",&a[i][j]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~