fork download
  1.  
  2. class Ideone {
  3. public static void main (String[] args) throws java.lang.Exception {
  4. System.out.print(4 / 3 * 4);
  5. }
  6. }
Success #stdin #stdout 0.07s 54672KB
stdin
Standard input is empty
stdout
4