摘要: Consider an arbitrary sequence of integers. One can place + or - operators between integers in the sequence, thus deriving different arithmetical expr... 阅读全文
posted @ 2014-07-19 16:22 Iridescent_zzy 阅读(253) 评论(0) 推荐(0)
摘要: Description定义一个二维数组:int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0,};它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只能横着走或竖着走... 阅读全文
posted @ 2014-07-19 16:01 Iridescent_zzy 阅读(117) 评论(0) 推荐(0)
摘要: DescriptionEvery year the cows hold an event featuring a peculiar version of hopscotch that involves carefully jumping from rock to rock in a river. T... 阅读全文
posted @ 2014-07-19 15:57 Iridescent_zzy 阅读(107) 评论(0) 推荐(0)
摘要: Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he's got to defeat allndragons that live on this level. Kirito and... 阅读全文
posted @ 2014-07-19 15:48 Iridescent_zzy 阅读(485) 评论(0) 推荐(0)
摘要: Problem DescriptionWangpeng is good at drawing. Now he wants to say numbers like “521” to his girlfriend through the game draw something.Wangpeng can’... 阅读全文
posted @ 2014-07-19 15:37 Iridescent_zzy 阅读(201) 评论(0) 推荐(0)