Borderou de evaluare (job #605303)

Utilizator avatar Mihai_Ariton Mihai Ariton Mihai_Ariton IP ascuns
Problemă Tastatura2 (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 3 sept. 2021 13:51:00 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:19:24: error: expected ';' before 'if' 19 | ch=fgetc( fin ) | ^ | ; 20 | if(ch=='+') | ~~ main.c:13:14: warning: variable 'ult' set but not used [-Wunused-but-set-variable] 13 | char ch, ult; | ^~~ main.c:12:28: warning: variable 'd' set but not used [-Wunused-but-set-variable] 12 | int nr=0, s=0, k, p=0, d; | ^ main.c:12:23: warning: unused variable 'p' [-Wunused-variable] 12 | int nr=0, s=0, k, p=0, d; | ^ main.c:16:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf(fin, "%d", &k); | ^~~~~~~~~~~~~~~~~~~~~