2022年3月28日
摘要: #include<iostream> #include<algorithm> #include<cstring> #define maxn 105 using namespace std; int w[maxn]; //物品所占 int v[maxn]; //物品价值 int dp[maxn][ma 阅读全文
posted @ 2022-03-28 20:30 我欲 阅读(26) 评论(0) 推荐(0)