Program raznost_xy;
var x, y:integer;
begin
write ('Введите число х
= ');
readln (x);
write ('Введите число у
= ');
readln (y);
if (x>0) and (y>0) then
begin
if abs(x)>abs(y) then write ('x-y > 0');
if abs(x)=abs(y) then
write ('x-y = 0');
if abs(x) end;
if (x<0) and (y<0<span>) then
begin
if abs(x)>abs(y) then write ('x-y < 0');
if abs(x)=abs(y) then
write ('x-y = 0');
if abs(x) 0');
end;
if (x=0) and (y=0) then write ('x-y = 0');
if (x>0) and (y<0) then write
('x-y > 0');
if (x<0) and (y>0) then write
('x-y < 0');
if (x=0) and (y>0) then write
('x-y < 0');
if (x=0) and (y<0) then write
('x-y > 0');
if (x>0) and (y=0) then write ('x-y > 0');
if (x<0) and (y=0) then write ('x-y < 0');<br>end.