Run id: 153914

Main.cc: In function 'int main()':
Main.cc:5:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:8:8: error: expected ']' before '}' token
     a[x}++;
        ^
Main.cc:8:8: error: expected ';' before '}' token
Main.cc:8:8: warning: statement has no effect [-Wunused-value]
Main.cc:8:11: error: expected primary-expression before ';' token
     a[x}++;
           ^
Main.cc:4:7: warning: unused variable 'max' [-Wunused-variable]
 int x,max=0,i,a[100000]={};
       ^
Main.cc: At global scope:
Main.cc:10:3: error: expected unqualified-id before 'for'
   for(i=0;i<1000;i++){
   ^
Main.cc:10:11: error: 'i' does not name a type
   for(i=0;i<1000;i++){
           ^
Main.cc:10:18: error: 'i' does not name a type
   for(i=0;i<1000;i++){
                  ^