Run id: 2819

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