Сделать программу на турбо паскаль
S,z:real; i:integer; begin read(z); for i:=1 to 10 do begin s:=s+((z*z)/i); end; write(s); end.