Main.cc: In function 'int main()':
Main.cc:6:3: error: 'a' was not declared in this scope
a+=;i
^
Main.cc:6:6: error: expected primary-expression before ';' token
a+=;i
^
Main.cc:7:5: error: expected ';' before '}' token
}
^
Main.cc:7:5: warning: statement has no effect [-Wunused-value]
Main.cc:8:11: error: 'a' was not declared in this scope
cout<