Run id: 124981

Main.cc: In function 'int main()':
Main.cc:10:2: error: expected initializer before 'cin'
  cin>>n;
  ^
Main.cc:12:5: error: 'n' was not declared in this scope
  if(n<0){
     ^
Main.cc:15:8: error: 'n' was not declared in this scope
  while(n>0){
        ^