Program fo; var z,x,c,i:integer; beginwriteln('Введите c') ;readln(c); z:=0 ; for i:=20 to c do if i mod 2=0 then z:=z+1; writeln(z); end.