Ставлю 20 ветвление плиз сделайте
Var x:integer; begin Writeln('x = '); readln(x); if (x <> 0) and (x <> 5)then Writeln('y = ', 2*x/(x*(x-5)):0:5)else Writeln('No Solution Exist'); end.