运行 ID: 38287

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