class checkMinimumIntegerInBrackets { public static void main(String[] args) { int a = -(2147483648); } }