Var x,y:integer;z:real; Begin writeln('Введите x и y'); readln(x,y); z:=2*(y*y)+(5+y); writeln(z); End. По-моему так.