Помогите решить плиз....
Var x,y:real; Begin Write('x = ');ReadLn(x); if x < 0 then y:=25-x else y:=Sqr(Cos(x))-x; WriteLn('y = ',y); End.