Run id: 124518

Main.cc: In function 'int main()':
Main.cc:7:8: error: 'i' was not declared in this scope
  while(i--){
        ^
Main.cc:8:8: error: 'p' was not declared in this scope
   cin>>p;
        ^