Borderou de evaluare (job #712643)

Utilizator avatar Emre Isleam Emre Emre IP ascuns
Problemă Cifru1 (clasa a 6-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 28 mar. 2023 12:19:46 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:58:17: error: expected declaration or statement at end of input 58 | } | ^ main.c:15:27: warning: unused variable 'rota' [-Wunused-variable] 15 | int i,j,n,ram,cc,nr,f,rota,s=0,max,li,co,sum,max2; | ^~~~ main.c:15:25: warning: unused variable 'f' [-Wunused-variable] 15 | int i,j,n,ram,cc,nr,f,rota,s=0,max,li,co,sum,max2; | ^ main.c:16:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf(fin,"%d",&n); | ^~~~~~~~~~~~~~~~~~~ main.c:20:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 20 | fscanf(fin,"%d",&a[i][j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~