Run id: 155236

Main.cc: In function 'int main()':
Main.cc:10:8: error: 'n' was not declared in this scope
     if(n==0)cout<<0;
        ^
Main.cc:11:11: error: 'n' was not declared in this scope
     while(n!=0){
           ^