fork download
  1. i = 5;
  2. I = ++i + ++i;
  3. print(I);
Success #stdin #stdout 0.17s 321920KB
stdin
Standard input is empty
stdout
13