Borderou de evaluare (job #655641)

Utilizator avatar Hanganu_Rares Nerdvana 7 Hanganu Rares Hanganu_Rares IP ascuns
Problemă Magnitudine ( clasa a 5-a ) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 15 iul. 2022 18:49:21 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:35:21: warning: too many arguments for format [-Wformat-extra-args] 35 | fprintf(fout, "0\n", max - min); | ^~~~~ main.c:43:21: warning: too many arguments for format [-Wformat-extra-args] 43 | fprintf(fout, "0\n", max - min); | ^~~~~ main.c:45:27: error: expected ';' before '}' token 45 | fprintf(fout, "0\n") | ^ | ; 46 | } else if(n >= 100 && n <= 999) { | ~ main.c:8:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 8 | fscanf(fin, "%d%d", &n, &k); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~