Main.cc: In function 'int main()': Main.cc:5:14: error: 'INT_MIN' was not declared in this scope int n,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; ^