/in/foo.cc:3:29: error: expected initializer before '==' token
long long n,a,b[25],p=0,maxp==LONG_LONG_MIN,s=0;
^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:3: error: 's' was not declared in this scope
s++;
^
/in/foo.cc:15:11: error: 'maxp' was not declared in this scope
if(b[i]>maxp) Maxp=b[i];
^~~~
/in/foo.cc:15:17: error: 'Maxp' was not declared in this scope
if(b[i]>maxp) Maxp=b[i];
^~~~
/in/foo.cc:18:12: error: 'maxp' was not declared in this scope
if(b[i]==maxp) cout<<"NO."<<i<<"\n";
^~~~