摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=2955如果认为:1-P是背包的容量,n是物品的个数,sum是所有物品的总价值,条件就是装入背包的物品的体积和不能超过背包的容量1-P。在这个条件下,让装入背包的物品的总价值,也就是bag[i].[v]的和最大bag... 阅读全文
摘要:
1 #include 2 3 #include 4 5 using namespace std; 6 7 8 9 inline int compare(string str1, string str2) 10 11 { 12 13 if(str1.size()... 阅读全文
摘要:
http://bestcoder.hdu.edu.cn/contests/contest_showproblem.php?cid=584&pid=1002关于百度之星的晋级规则说明列变位法解密Accepts: 1289Submissions: 4980Time Limit: 2000/1000 MS... 阅读全文