POJ 1837 Balance (多重背包计数)...
分类:
其他好文 时间:
2015-07-15 22:50:02
阅读次数:
136
HDU 2844 Coins (多重背包计数 空间换时间)...
分类:
其他好文 时间:
2015-07-14 00:11:11
阅读次数:
229
题目链接:http://www.lightoj.com/volume_showproblem.php?problem=1232
题意:每个物品价值为val[i] (>=1),每个物品有k种,组成价值为k的方案数。完全背包。
解法:完全背包计数。
代码:#include
#include
#include
#include <limits.h...
分类:
其他好文 时间:
2015-06-16 13:09:40
阅读次数:
131
1231 - Coin Change (I)
PDF (English)
Statistics
Forum
Time Limit: 1 second(s)
Memory Limit: 32 MB
In a strange shop there are n types of coins of valueA1, A...
分类:
其他好文 时间:
2015-04-06 08:47:53
阅读次数:
180