2015年7月6日

HDU 1180 诡异的楼梯(BFS)

摘要: 诡异的楼梯Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionHogwarts正式开学以后,Harry发现在Hogwarts里,某些楼梯并不是静止不动的,相反,他们每隔... 阅读全文

posted @ 2015-07-06 21:02 活力典 阅读(194) 评论(0) 推荐(0) 编辑

POJ 1020 Anniversary Cake(DFS)

摘要: Anniversary CakeTime Limit: 1000MSMemory Limit: 10000KB64bit IO Format: %I64d & %I64uSubmit StatusDescriptionNahid Khaleh decides to invite the kids o... 阅读全文

posted @ 2015-07-06 20:57 活力典 阅读(244) 评论(0) 推荐(0) 编辑

POJ 1564 Sum It Up(DFS)

摘要: Sum It UpTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionGiven a specified total t and a list of n integer... 阅读全文

posted @ 2015-07-06 20:49 活力典 阅读(281) 评论(0) 推荐(0) 编辑

POJ 1190 生日蛋糕(DFS)

摘要: 生日蛋糕Time Limit: 1000MSMemory Limit: 10000KB64bit IO Format: %I64d & %I64uSubmit StatusDescription7月17日是Mr.W的生日,ACM-THU为此要制作一个体积为Nπ的M层生日蛋糕,每层都是一个圆柱体。设从... 阅读全文

posted @ 2015-07-06 20:43 活力典 阅读(216) 评论(0) 推荐(0) 编辑

HDU 1026 Ignatius and the Princess I(BFS+优先队列)

摘要: Ignatius and the Princess ITime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThe Princess has been abducted ... 阅读全文

posted @ 2015-07-06 20:38 活力典 阅读(220) 评论(0) 推荐(0) 编辑

HDU 1172 猜数字(DFS)

摘要: 猜数字Time Limit:10000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription猜数字游戏是gameboy最喜欢的游戏之一。游戏的规则是这样的:计算机随机产生一个四位数,然后玩家猜这个四位... 阅读全文

posted @ 2015-07-06 20:29 活力典 阅读(703) 评论(0) 推荐(0) 编辑

POJ 2488 A Knight's Journey(DFS)

摘要: A Knight's JourneyTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 34633Accepted: 11815DescriptionBackgroundThe knight is getting bored of see... 阅读全文

posted @ 2015-07-06 20:24 活力典 阅读(198) 评论(0) 推荐(0) 编辑

Sticks(Central Europe 1995) (DFS)

摘要: Sticks(Central Europe 1995)Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uDescriptionGeorge took sticks of the same length and cu... 阅读全文

posted @ 2015-07-06 20:11 活力典 阅读(516) 评论(0) 推荐(0) 编辑

HDU 2266 How Many Equations Can You Find(DFS)

摘要: How Many Equations Can You FindTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uDescriptionNow give you an string which only contai... 阅读全文

posted @ 2015-07-06 17:07 活力典 阅读(209) 评论(0) 推荐(0) 编辑

HDU 3501 Calculation 2(欧拉函数)

摘要: Calculation 2Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionGiven a positive integer N, your task is to calc... 阅读全文

posted @ 2015-07-06 16:30 活力典 阅读(260) 评论(0) 推荐(0) 编辑

HDU 1312 Red and Black(bfs)

摘要: Red and BlackTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionThere is a rectangular room, covered with square tiles. Each... 阅读全文

posted @ 2015-07-06 16:23 活力典 阅读(223) 评论(0) 推荐(0) 编辑

HDU 2553 N皇后问题(dfs)

摘要: N皇后问题Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescription在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。你... 阅读全文

posted @ 2015-07-06 16:13 活力典 阅读(244) 评论(0) 推荐(0) 编辑

HDU1043 Eight(BFS)

摘要: Eight(South Central USA 1998)Time Limit:5000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionThe 15-puzzle has been around for over 100... 阅读全文

posted @ 2015-07-06 16:01 活力典 阅读(504) 评论(0) 推荐(0) 编辑

导航