Ответ Автор - gfhjkmgfhjkm20 Ответ:var x: integer;beginwrite('x = ');readln (x);if x < 0 then write('y = ',x*x)else write('y = ',x*x*x-2)end.