运行 ID: 326718

Main.cc: In function ‘int main()’:
Main.cc:4:14: error: ‘INT_MIN’ was not declared in this scope
  int n,a,max=INT_MIN;
              ^~~~~~~
Main.cc:4:14: note: suggested alternative: ‘INT8_MIN’
  int n,a,max=INT_MIN;
              ^~~~~~~
              INT8_MIN