Main.cc: In function ‘int main()’:
Main.cc:8:14: error: ‘INT_MIN’ was not declared in this scope
int maxn=INT_MIN;
^~~~~~~
Main.cc:8:14: note: suggested alternative: ‘INT8_MIN’
int maxn=INT_MIN;
^~~~~~~
INT8_MIN
Main.cc:9:14: error: ‘INT_MAX’ was not declared in this scope
int minn=INT_MAX;
^~~~~~~
Main.cc:9:14: note: suggested alternative: ‘INT8_MAX’
int minn=INT_MAX;
^~~~~~~
INT8_MAX