fork(1) download
  1.  
  2. import java.math.*;
  3.  
  4. class Ideone
  5. {
  6. public static void main (String[] args) throws java.lang.Exception
  7. {
  8. long l = new BigInteger("FFFFFFFFFFFFFFB2",16).longValue();
  9. System.out.println(l);
  10. }
  11. }
Success #stdin #stdout 0.1s 320576KB
stdin
Standard input is empty
stdout
-78