随笔分类 -  背包

1

HDU1114(完全背包装满问题)
摘要:Piggy-Bank Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 19849 Accepted Submission(s): 10086 Pr 阅读全文

posted @ 2016-07-01 15:09 vCoders 阅读(222) 评论(0) 推荐(0) 编辑

UVA624(01背包记录路径)
摘要:题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=565 01背包打印路径。 阅读全文

posted @ 2016-07-01 11:18 vCoders 阅读(695) 评论(0) 推荐(0) 编辑

VijosP1250:分组背包
摘要:背景 Wind设计了很多机器人。但是它们都认为自己是最强的,于是,一场比赛开始了~ 背景 Wind设计了很多机器人。但是它们都认为自己是最强的,于是,一场比赛开始了~ Wind设计了很多机器人。但是它们都认为自己是最强的,于是,一场比赛开始了~ 描述 机器人们都想知道谁是最勇敢的,于是它们比赛搬运一 阅读全文

posted @ 2016-04-07 22:01 vCoders 阅读(279) 评论(0) 推荐(0) 编辑

POJ3211(trie+01背包)
摘要:Washing Clothes Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 9384 Accepted: 2997 Description Dearboy was so busy recently that now he h 阅读全文

posted @ 2016-02-25 15:33 vCoders 阅读(206) 评论(0) 推荐(0) 编辑

POJ1276(多重背包)
摘要:Cash Machine Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 30973 Accepted: 11161 Description A Bank plans to install a machine for cash w 阅读全文

posted @ 2016-02-25 11:08 vCoders 阅读(437) 评论(0) 推荐(0) 编辑

HDU2844(多重部分和)
摘要:Coins Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10961 Accepted Submission(s): 4418 Problem 阅读全文

posted @ 2016-02-25 10:38 vCoders 阅读(199) 评论(0) 推荐(0) 编辑

HDU1059(多重背包)
摘要:Dividing Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 21883 Accepted Submission(s): 6174 Probl 阅读全文

posted @ 2016-02-25 09:53 vCoders 阅读(201) 评论(0) 推荐(0) 编辑

HDU2191(多重背包)
摘要:悼念512汶川大地震遇难同胞――珍惜现在,感恩生活 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description 急!灾区的食物依然短缺! 为了挽救灾区同胞的生命,心系灾区同胞的你准备自己采购一些粮食 阅读全文

posted @ 2016-02-24 16:45 vCoders 阅读(1425) 评论(0) 推荐(1) 编辑

HDU1171(01背包均分问题)
摘要:Big Event in HDU Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description Nowadays, we all know that Computer College is the b 阅读全文

posted @ 2016-02-24 11:16 vCoders 阅读(520) 评论(0) 推荐(0) 编辑

HDU2159(完全背包)
摘要:FATE Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u FATE Description 最近xhd正在玩一款叫做FATE的游戏,为了得到极品装备,xhd在不停的杀怪做任务。久而久之xhd开始对杀怪产生的厌恶 阅读全文

posted @ 2016-02-24 10:12 vCoders 阅读(168) 评论(0) 推荐(0) 编辑

HDU1203(01背包变形)
摘要:I NEED A OFFER! Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u I NEED A OFFER! Description Speakless很早就想出国,现在他已经考完了所有需要的考试,准备了所有 阅读全文

posted @ 2016-02-24 09:38 vCoders 阅读(133) 评论(0) 推荐(0) 编辑

POJ2184(01背包变形)
摘要:Cow Exhibition Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11092 Accepted: 4404 Description "Fat and docile, big and dumb, they look so 阅读全文

posted @ 2016-02-13 21:53 vCoders 阅读(278) 评论(0) 推荐(0) 编辑

HDU2639(01背包第K大)
摘要:Bone Collector II Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3437 Accepted Submission(s): 17 阅读全文

posted @ 2016-02-13 15:30 vCoders 阅读(505) 评论(0) 推荐(0) 编辑

HDU3466(01背包变种)
摘要:Proud Merchants Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 4219 Accepted Submission(s): 174 阅读全文

posted @ 2016-02-12 17:03 vCoders 阅读(197) 评论(0) 推荐(0) 编辑

HDU2955(01背包)
摘要:Robberies Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 18064 Accepted Submission(s): 6671 Prob 阅读全文

posted @ 2016-02-12 13:48 vCoders 阅读(135) 评论(0) 推荐(0) 编辑

UVA562(01背包均分问题)
摘要:Dividing coins Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Description It's commonly known that the Dutch have invented copper-wire 阅读全文

posted @ 2016-02-12 12:07 vCoders 阅读(324) 评论(0) 推荐(0) 编辑

POJ1742(多重部分和问题:模板题)
摘要:Coins Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 32776 Accepted: 11131 Description People in Silverland use coins.They have coins of v 阅读全文

posted @ 2016-02-12 11:27 vCoders 阅读(730) 评论(0) 推荐(0) 编辑

HDU2546(01背包变形)
摘要:饭卡 Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 18620 Accepted Submission(s): 6500 Problem Des 阅读全文

posted @ 2016-02-11 16:22 vCoders 阅读(221) 评论(0) 推荐(0) 编辑

POJ3624(01背包:滚动 实现)
摘要:Charm Bracelet Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30417 Accepted: 13576 Description Bessie has gone to the mall's jewelry stor 阅读全文

posted @ 2016-02-09 10:45 vCoders 阅读(314) 评论(0) 推荐(0) 编辑

HDU2602(01背包)
摘要:Bone Collector Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 44257 Accepted Submission(s): 1844 阅读全文

posted @ 2016-02-09 10:23 vCoders 阅读(177) 评论(0) 推荐(0) 编辑

1

导航

点击右上角即可分享
微信分享提示