0_0_34936419_2370.cpp: In function 'int main()': 0_0_34936419_2370.cpp:42:27: error: 'memset' was not declared in this scope memset(dp, 0, sizeof(dp)); //初始化dp,所有位置赋值为0 ^