fork download
  1. class Main
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5.  
  6.  
  7. int c = 0;
  8. System.out.println((c++ + c++) + (c++));
  9.  
  10. }
  11. }
Success #stdin #stdout 0.09s 212416KB
stdin
Standard input is empty
stdout
3