Borderou de evaluare (job #752875)

Utilizator avatar Emre Isleam Emre Emre IP ascuns
Problemă Dreptunghi 1 (baraj gimnaziu) Compilator c-32
Rundă Tema 14 clasa a 7-a opțional Status evaluat
Dată 26 dec. 2023 18:22:14 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:66:1: error: 'es' undeclared (first use in this function); did you mean 's'? 66 | es } | ^~ | s main.c:66:1: note: each undeclared identifier is reported only once for each function it appears in main.c:66:3: error: expected ';' before '}' token 66 | es } | ^ ~ | ; main.c:26:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 26 | fscanf(fin,"%d%d%d",&n,&m,&z); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:29:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 29 | fscanf(fin,"%d%d",&l,&c); | ^~~~~~~~~~~~~~~~~~~~~~~~