Run id: 137149

Main.cc: In function 'int main()':
Main.cc:9:5: error: 'a' was not declared in this scope
     a=a+i;
     ^
Main.cc:9:9: error: 'i' was not declared in this scope
     a=a+i;
         ^