Main.cc: In function 'int main()':
Main.cc:9:25: error: lvalue required as increment operand
for(int j=0;j<10++){
^
Main.cc:9:27: error: expected ';' before ')' token
for(int j=0;j<10++){
^