fork download
  1. class Ideone {
  2. public static void main(String[] args) {
  3. int p = Integer.MIN_VALUE;
  4. p = (int) (p - Math.pow(1, 0));
  5. System.out.println(p);
  6. }
  7. }
Success #stdin #stdout 0.06s 32404KB
stdin
Standard input is empty
stdout
-2147483648