Run id: 134873

Main.cc: In function 'int main()':
Main.cc:8:19: error: conflicting declaration 'int a'
     int a[101]={},a;
                   ^
Main.cc:8:9: note: previous declaration as 'int a [101]'
     int a[101]={},a;
         ^
Main.cc:9:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:14:17: error: 'elae' was not declared in this scope
         elae (*p)++;
                 ^
Main.cc:20:9: error: 'c' was not declared in this scope
         c++;
         ^