2015年7月30日

NYOJ 58 最少步数(BFS)

摘要: 最少步数描述这有一个迷宫,有0~8行和0~8列:1,1,1,1,1,1,1,1,11,0,0,1,0,0,1,0,11,0,0,1,1,0,0,0,11,0,1,0,1,1,0,1,11,0,0,0,0,1,0,0,11,1,0,1,0,1,0,0,11,... 阅读全文

posted @ 2015-07-30 23:29 焰 阅读(182) 评论(0) 推荐(0) 编辑

HDU 2199 Can you solve this equation?

摘要: Can you solve this equation?Problem DescriptionNow,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find its solution between 0 ... 阅读全文

posted @ 2015-07-30 18:21 焰 阅读(125) 评论(0) 推荐(0) 编辑

HDU 2141 Can you find it?

摘要: Can you find it?Problem DescriptionGive you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if yo... 阅读全文

posted @ 2015-07-30 18:16 焰 阅读(207) 评论(0) 推荐(0) 编辑

POJ 1064 Cable master

摘要: Cable masterDescriptionInhabitants of the Wonderland have decided to hold a regional programming contest. The Judging Committee has volunt... 阅读全文

posted @ 2015-07-30 18:10 焰 阅读(178) 评论(0) 推荐(0) 编辑

HDU 1950 Bridging signals(LIS O(nlogn))

摘要: Bridging signalsProblem Description'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the... 阅读全文

posted @ 2015-07-30 12:05 焰 阅读(144) 评论(0) 推荐(0) 编辑

导航