摘要: 直觉上B集合是A集合的非空子集,也就是说可以从A中舍弃一些元素,这些元素能被其他元素表示 就转化成了多重背包问题 #include<bits/stdc++.h> using namespace std; #define fr first #define se second typedef pair< 阅读全文
posted @ 2022-06-26 17:12 xhy666 阅读(15) 评论(0) 推荐(0)