Borderou de evaluare (job #747167)

Utilizator avatar RaMiDra Dragulescu Rares Mihai RaMiDra IP ascuns
Problemă Îngerași (clasa a 5-a) Compilator c-32
Rundă Concurs 02 | IQ Academy | clasa a 5-a, seara Status evaluat
Dată 24 nov. 2023 19:05:05 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:13:22: warning: format '%d' expects a matching 'int *' argument [-Wformat=] 13 | fscanf( fin, "%d%d", &h ); | ~^ | | | int * main.c:19:26: warning: format '%d' expects a matching 'int *' argument [-Wformat=] 19 | fscanf( fin, "%d%d", &h ); | ~^ | | | int * main.c:23:17: error: 'rez' undeclared (first use in this function) 23 | rez=h; | ^~~ main.c:23:17: note: each undeclared identifier is reported only once for each function it appears in main.c:11:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 11 | fscanf( fin, "%d", &n ); | ^~~~~~~~~~~~~~~~~~~~~~~ main.c:13:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | fscanf( fin, "%d%d", &h ); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:19:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 19 | fscanf( fin, "%d%d", &h ); | ^~~~~~~~~~~~~~~~~~~~~~~~~