Main.cc: In function 'int main()': Main.cc:6:15: error: 'INT_MIN' was not declared in this scope int max = INT_MIN; // 用于存储最大值,初始化为最小整数值 ^