fork download
  1. int main()
  2. {
  3. int x=2;
  4. int y = x++ + x;
  5. y = y+2;
  6. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty