Borderou de evaluare (job #751095)

Utilizator avatar RobertSerb hacker ^_^ RobertSerb IP ascuns
Problemă Pădure (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 15 dec. 2023 19:43:59 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:10:16: error: 'a' undeclared (first use in this function) 10 | while (a != x) { | ^ main.c:10:16: note: each undeclared identifier is reported only once for each function it appears in main.c:4:18: warning: unused variable 'fout' [-Wunused-variable] 4 | FILE *fin, *fout; | ^~~~ main.c:7:6: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 7 | fscanf( fin, "%d%d", &n, &ah); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:9:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | fscanf( fin, "%d", &x); | ^~~~~~~~~~~~~~~~~~~~~~