Run id: 124519

Main.cc: In function 'int main()':
Main.cc:6:17: error: expected unqualified-id before 'int'
  int a[n+1]={0},int p=1;
                 ^
Main.cc:8:8: error: 'p' was not declared in this scope
   if(i%p==0){
        ^
Main.cc:11:3: error: 'p' was not declared in this scope
   p++;
   ^