Borderou de evaluare (job #599679)

Utilizator avatar davidandrei Cinca David Andrei davidandrei IP ascuns
Problemă Remi (clasa a 6-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 3 iun. 2021 15:27:27 Scor 0

Raport evaluator

Eroare de compilare: main.c:146:3: error: expected identifier or '(' before '/' token 146 | }*/ | ^ main.c: In function 'main': main.c:20:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 20 | fscanf( fin, "%d%d", &joker, &n ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:24:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 24 | fscanf( fin, "%d", &v[i] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~