Run id: 2306

Main.cc: In function 'int main()':
Main.cc:6:22: error: 'INT_MIN' was not declared in this scope
     double sc,s=0,mx=INT_MIN,mn=INT_MAX;
                      ^
Main.cc:13:15: error: 'mn' was not declared in this scope
         if(sc<mn)
               ^
Main.cc:16:62: error: 'mn' was not declared in this scope
     cout<<s<<" "<<fixed<<setprecision(2)<<s/n<<" "<<mx<<" "<<mn;
                                                              ^