摘要: Sample Input Sample Output #include<cstdio> #include<cstring> #include<algorithm> using namespace std; int cash, n; int c[15],w[15]; int dp[100005]; v 阅读全文
posted @ 2019-05-28 18:26 kongbb 阅读(424) 评论(0) 推荐(0) 编辑
摘要: Sample Input Sample Output 14050 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int maxn = 5e4+5; int w[15],v[15]; 阅读全文
posted @ 2019-05-28 16:28 kongbb 阅读(188) 评论(0) 推荐(0) 编辑