Var x,y:real; begin writeln ('Введите x:'); readln (x); y:=abs(x*x-4*x)-x*x*x-x*x-4*x; writeln (y); end.