Main.cc: In function 'int main()': Main.cc:13:27: error: 'INT_MAX' was not declared in this scope vector dp(n + 1, INT_MAX); // 动态规划数组,初始化为最大整数值 ^