摘要:
题目描述 Zero has an old printer that doesn't work well sometimes. As it is antique, he still like to use it to print articles. But it is too old to work 阅读全文
摘要:
题目描述 BuggyD loves to carry his favorite die around. Perhaps you wonder why it's his favorite? Well, his die is magical and can be transformed into an 阅读全文
摘要:
模板 include using namespace std; const int maxn=100005; int c[maxn],value[maxn],num[maxn];//cost:费用, val:价值, num:数量 int dp[maxn]; int V; //01背包 void Ze 阅读全文