var x, y: real; begin readln(x); if x > 1 then y := x + 1; writeln('(', x, ';', y, ')'); end.