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