Run id: 137153

Main.cc: In function 'int main()':
Main.cc:5:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:6:13: error: 'i' was not declared in this scope
     n=2;a=a+i;
             ^