自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 问答 (1)
  • 收藏
  • 关注

原创 杭电1114 完全背包

Piggy-BankTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 10072    Accepted Submission(s): 5074Problem DescriptionBefore ACM can

2014-03-31 16:59:59 471

原创 Investment 完全背包 POJ 2063

InvestmentTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 7478 Accepted: 2593DescriptionJohn never knew he had a grand-uncle, until he received the nota

2014-03-26 18:16:30 479

原创 poj 1252完全背包 凑纸币

Euro EfficiencyTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 3085 Accepted: 1341DescriptionOn January 1st 2002, The Netherlands, and several other Eur

2014-03-24 18:25:42 583

原创 Washing Clothes poj3211 0-1背包

Washing ClothesTime Limit: 1000MS Memory Limit: 131072KTotal Submissions: 8473 Accepted: 2635DescriptionDearboy was so busy recently that now he has piles of clot

2014-03-17 17:03:33 438

原创 多个数的最小公倍数

/AB的最小公倍数=A/(AB的最大公约数)*B;#includeusing namespace std; /* 大数须在前*/ int LCM(int m,int n) //辗转相除法 欧几里德算法。 { int r; //余数 int a=m,b=n; r=m%n; while(r) { m=n; n=r; r=m%n; } retur

2014-03-08 15:09:30 675

原创 Rightmost Digit 数论

Rightmost DigitTime Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 23   Accepted Submission(s) : 8Font: Times New Roman | Verdana | Georgi

2014-03-08 14:15:18 518

原创 开心的小明 动规 0-1背包

开心的小明时间限制:1000 ms  |  内存限制:65535 KB难度:4描述小明今天很开心,家里购置的新房就要领钥匙了,新房里有一间他自己专用的很宽敞的房间。更让他高兴的是,妈妈昨天对他说:“你的房间需要购买哪些物品,怎么布置,你说了算,只要不超过N 元钱就行”。今天一早小明就开始做预算,但是他想买的东西太多了,肯定会超过妈妈限定的N 元。于是,他把每件物品规

2014-03-03 13:44:34 665

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除