Run id: 5282

Main.cc: In function 'int main()':
Main.cc:8:26: error: 'INT_MIN' was not declared in this scope
     int n,z=0,p,a[101],d=INT_MIN,x=INT_MAX;
                          ^
Main.cc:21:17: error: 'x' was not declared in this scope
         if(a[i]<x) x=a[i];
                 ^
Main.cc:23:38: error: 'x' was not declared in this scope
     cout<<z<<endl<<p<<endl<<d<<endl<<x;
                                      ^