Main.cc: In function 'int main()':
Main.cc:10:9: error: lvalue required as left operand of assignment
if(i%2=0&&i<=18){
^
Main.cc:17:3: error: 'sum' was not declared in this scope
sum++;
^
Main.cc:19:9: error: 'sum' was not declared in this scope
cout<