Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
(12-3): (4+5)=1
1х2х3-4+5-6=1
(12: 3+4+5): (6+7)=1
(1+2-3+4+5+6-7): 8=1
var x,y: integer;
begin
read(x,y);
if (x> 0) and (y> 0) then writeln("i");
if (x> 0) and (y< 0) then writeln("iv");
if (x< 0) and (y> 0) then writeln("ii");
if (x< 0) and (y< 0) then writeln("iii");
end.
Популярные вопросы