program jim(input, output);
  var
    x: integer;
begin
  case (x+1) of
    2,-1: x := 2;
  end;
end.

