fork download
  1. class Test
  2. {
  3. public static void main(String[]args)
  4. {
  5. System.out.println(Byte.MAX_VALUE);
  6. }
  7. }
  8.  
Success #stdin #stdout 0.07s 54604KB
stdin
Standard input is empty
stdout
127