public class Overflow { public static void main(String[] args) { int smallest = -2147483648; System.out.println(smallest - 1); } }