0_0_19334035_18598.cpp: In function 'int main()': 0_0_19334035_18598.cpp:93:28: error: 'memset' was not declared in this scope memset(dp, 0, sizeof(dp)); //初始化数组dp全为0 ^