Borderou de evaluare (job #609716)

Utilizator avatar andreifilimon Popescu Filimon Andrei Cosmin andreifilimon IP ascuns
Problemă Bile Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 11 oct. 2021 21:51:48 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:72:5: error: expected declaration or statement at end of input 72 | return 0; | ^~~~~~ main.c:13:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | fscanf(fi,"%d%d", &n1, &n2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:15:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 15 | fscanf(fi,"%d", &cu1[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:17:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 17 | fscanf(fi,"%d", &cu2[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~