Description Shaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. The mast... ...
分类:
其他好文 时间:
2016-04-05 21:30:04
阅读次数:
222
POJ 3286 How many 0's?(多少0?) Time Limit: 1000MS Memory Limit: 65536K 【Description】 【题目描述】 A Benedict monk No.16 writes down the decimal representation ...
分类:
其他好文 时间:
2016-04-05 01:58:34
阅读次数:
241
分类:C#、Android、VS2015; 创建日期:2016-02-29 一、简介 利用这个例子,可测试通知的各种属性以及这些不同属性选项呈现的效果。 另外,在这个例子中,还演示了如何读写SD中的图像文件。 二、示例3运行截图 三、主要设计步骤 本示例使用了下面的图像文件: ch1503_monk...
分类:
移动开发 时间:
2016-02-29 22:55:46
阅读次数:
609
Problem Description《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en...
分类:
其他好文 时间:
2015-08-20 06:47:03
阅读次数:
201
该是比较简单的BFS的 。 难点在于多了两个限制条件 : 必须按照顺序捡拾钥匙 ; 杀死蛇消耗2单位时间,蛇只会被杀死一次 。
因为在拿到第n把钥匙前必须拿到第n-1把,所以只需要加一维大小是11的维度来维护当前拿到的钥匙情况就可以完整的表示所有状态了 。
但是还有蛇的条件,所以不妨在结构体里加一个正数,将其压缩成一个集合表示第i只蛇是不是被杀死了 。 所以事先对所有的蛇进行编号就行了...
分类:
其他好文 时间:
2015-08-14 21:35:33
阅读次数:
267
Problem DescriptionShaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. T...
分类:
其他好文 时间:
2015-08-14 21:16:40
阅读次数:
159
using System;namespace ConsoleApplication5{ class Program { static void Main(string[] args) { // 孙悟空 原型 Monk...
分类:
其他好文 时间:
2015-07-08 16:21:05
阅读次数:
154
题意:Shaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. The master of Sha...
分类:
其他好文 时间:
2015-07-06 17:41:02
阅读次数:
123
Showing all 17 itemsMonk With No Name: Why do hot dogs come in packages of ten, but hot dog buns only come in packages of just eight?Kar: What the hel...
分类:
其他好文 时间:
2015-07-06 06:34:39
阅读次数:
191
Problem E: How many 0's?A Benedict monk No. 16 writes down the decimal representations of all natural numbers between and includingmandn,m≤n. How many...
分类:
其他好文 时间:
2015-01-15 23:30:26
阅读次数:
216