Run id: 149091

Main.cc: In function 'int main()':
Main.cc:7:9: error: lvalue required as increment operand
    a=a+1++; }
         ^