Borderou de evaluare (job #613839)

Utilizator avatar David_Popa123 Nerdvana 9 Popa David David_Popa123 IP ascuns
Problemă Pinochio (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 2 nov. 2021 17:12:27 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:15:5: error: expected expression before 'if' 15 | if(r==6) | ^~ main.c:7:17: warning: variable 'r' set but not used [-Wunused-but-set-variable] 7 | int n,p,k,s,r; | ^ main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | fscanf(fin,"%d%d%d",&n,&p,&k); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~