Borderou de evaluare (job #689670)

Utilizator avatar Tzepu Icriverzi Andrei Tzepu IP ascuns
Problemă Skyline (clasa a 7-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 22 ian. 2023 20:19:06 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:52:5: error: expected declaration or statement at end of input 52 | return 0; | ^~~~~~ main.c:8:20: warning: unused variable 'lsky' [-Wunused-variable] 8 | int n,i,k,nr,l,lsky; | ^~~~ main.c:8:18: warning: unused variable 'l' [-Wunused-variable] 8 | int n,i,k,nr,l,lsky; | ^ main.c:8:15: warning: unused variable 'nr' [-Wunused-variable] 8 | int n,i,k,nr,l,lsky; | ^~ main.c:12:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | fscanf(fin,"%d",&n); | ^~~~~~~~~~~~~~~~~~~ main.c:14:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 14 | fscanf(fin,"%d%d",&v[i], &w[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~