且未

博客园 首页 新随笔 联系 订阅 管理

2018年8月9日 #

摘要: #include #include using namespace std;const int Max = 100;int N,W;int w[Max],v[Max];int f[Max][Max];int CompletePack(){ memset(f,0,... 阅读全文
posted @ 2018-08-09 11:36 阿聊 阅读(106) 评论(0) 推荐(0)

摘要: #include #include using namespace std;const int Max = 100;int N,W;int w[Max],v[Max],num[Max];int f[Max];void ZeroOnePack(int nweight,i... 阅读全文
posted @ 2018-08-09 11:29 阿聊 阅读(172) 评论(0) 推荐(0)