fork download
  1. int c = 42;
  2. int x = ++c++;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2: error: lvalue required as increment operand
stdout
Standard output is empty