Run id: 2818

Main.cc: In function 'int main()':
Main.cc:6:21: error: 'INT_MAX' was not declared in this scope
     int b[9][9],Min=INT_MAX,Max=INT_MIN;
                     ^
Main.cc:15:24: error: 'Max' was not declared in this scope
             if(b[i][j]>Max)Max=b[i][j];
                        ^
Main.cc:19:21: error: 'Max' was not declared in this scope
     cout<Min<<" "<<Max<<endl;
                     ^