Var x,y: integer; begin x:= -10+random(20); if x>0 then y:=x+1 else y:=x; writeln('Число ',x,' результат ',y); end.