#include <stdio.h> int main(){ int n, m; int dp[32001]; //dp[i]表示i元钱能够获得的最大重要度 int lst[60][3]; //存放每个物品的主件和附件 wxl678789 • 1年前