Borderou de evaluare (job #645739)

Utilizator avatar comanandrei Coman Andrei comanandrei IP ascuns
Problemă Circular3 (clasa a 10-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 31 mar. 2022 19:32:21 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:61:73: error: 'flag' undeclared (first use in this function) 61 | if(litere_r[index3]==1&&flag==0){ | ^~~~ main.c:61:73: note: each undeclared identifier is reported only once for each function it appears in main.c:65:60: error: expected ';' before ')' token 65 | for(index3=0;index3) | ^ | ; main.c:14:35: warning: unused variable 'jumatate' [-Wunused-variable] 14 | int cer, timp, index, index2, jumatate, index3; | ^~~~~~~~ main.c:17:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 17 | fscanf(fin, "%d", &cer); | ^~~~~~~~~~~~~~~~~~~~~~~