Run id: 124510

Main.cc: In function 'int main()':
Main.cc:172:2: error: expected ';' before 'while'
  while(n--){
  ^
Main.cc:169:8: warning: unused variable 'p' [-Wunused-variable]
  int n,p;
        ^