fork download
  1. class NewClass {
  2. public static void main(String args[]) {
  3. System.out.print((5+1)/2);
  4. }
  5. }
Success #stdin #stdout 0.09s 52680KB
stdin
Standard input is empty
stdout
3