#include <iostream>using namespace std; int main() { int i = 0; ++i++; return i;}
Standard input is empty
prog.cpp: In function ‘int main()’: prog.cpp:6:5: error: lvalue required as increment operand ++i++; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!