Ответ Автор - adem1982 program esep;var x,y,p:real;beginwrite ('x=');read (x);write ('y=');read (y);p:=x*sin(x)/sqr(2*x-y);writeln ('p=',p);end.