摘要:
#include#include#include#includeusing namespace std;struct Coin{ int v,c;};Coin coin[200];int dp[100000+100];int main(){ int t,n,m; int p,h,c; ... 阅读全文
posted @ 2015-07-29 15:15
sola94
阅读(117)
评论(0)
推荐(0)
摘要:
转化为01背包#include#include#include#includeusing namespace std;struct Rice{ int v,w,c;};Rice r[120];int dp[50000];int main(){ int t,n,m; int p,h,... 阅读全文
posted @ 2015-07-29 13:10
sola94
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号