class B { public static void main(String[] args) { int min = -2147483648; int neg_min = -min; System.out.println(neg_min); } }