Borderou de evaluare (job #784048)

Utilizator avatar andrei_sevescu sevescu andrei andrei_sevescu IP ascuns
Problemă Cyber (clasa 5-6) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 18 aug. 2024 10:20:42 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:61:1: error: expected declaration or statement at end of input 61 | } | ^ main.c:11:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 11 | fscanf(fin, "%d" ,&n); | ^~~~~~~~~~~~~~~~~~~~~ main.c:12:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | fscanf(fin, "%d", &v[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:16:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf(fin, "%d" ,&v[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~