class Example { public static void main(String[] args) { int x = Integer.MAX_VALUE; System.out.println(x+1); } }