fork download
  1.  
  2. class Gema
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. int myNum = 472+133;
  7. System.out.println(137+133);
  8. }
  9. }
Success #stdin #stdout 0.09s 54300KB
stdin
Standard input is empty
stdout
270