简单BFS。 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 #define MAXN 105 9 10 typedef struct node_t {11 int...
分类:
其他好文 时间:
2014-12-21 20:36:31
阅读次数:
174
1236: xq and Crystal Mine
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 313 Solved: 76
[Submit][Status][Web
Board]
Description
xq once got a crystal from the Crystal Mine. A crystal of...
分类:
其他好文 时间:
2014-12-07 13:51:13
阅读次数:
353
1、打开IIS。2、选择站点或者存放*.ini文件的目录,右键菜单中选择属性。3、选择“HTTP头”选项卡。4、点击“MINE类型”。5、点击“新建”。6、这是跳出一个对话框,在“扩展名”一栏中填入“ini”,在“MIME类型”一栏中填入“application/octet-stream”。
分类:
其他好文 时间:
2014-12-01 14:10:43
阅读次数:
148
http://www.lydsy.com/JudgeOnline/problem.php?id=1088脑残去想递推去了。。。对于每一个第二列的格子,考虑多种情况,然后转移。。。。。QAQ空间可以降到O(1)。。。我就不优化了。。至于题解说的枚举第一行。。。orz完全想不到。做法就是:(好麻烦,不说...
分类:
其他好文 时间:
2014-11-19 23:49:27
阅读次数:
332
Mine Sweeper
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 6429
Accepted: 2500
Description
The game Minesweeper is played on an n by n grid. In this gr...
分类:
其他好文 时间:
2014-11-19 22:17:09
阅读次数:
224
前置阅读环境说明开工创建用于SaltSSH环境的用户及key认证管理环境配置Mine,以获取Minionid及IP地址生成SaltRosters应用SaltSSH后话Salt0.17版本已发布,该版本中重要的特性是引入了SaltSSH系统,提供了无需Minion、基于SSH的维护方式。原有的Salt维护环境已经初具规模,再手动..
分类:
其他好文 时间:
2014-11-05 17:37:36
阅读次数:
211
how to add prefix header?In The Project search prefix, We will see the prefix header.And then.PS:"UIAlertView-Add textField" is mine project name
分类:
其他好文 时间:
2014-11-04 12:44:07
阅读次数:
215
考虑右侧的一个格子是否放雷,只可能对其左侧的三个格子造成影响。也就是说,若左侧一个格子旁的两个格子已经放了雷,对第三个格子也就唯一确定了。因此只枚举前两个格子是否放雷,剩下的暴力判断是否合法即可。但是再想想,左侧第一个格子只受右侧前两个格子的影响。所以只枚举右侧第一个格子是否放雷,剩下的判断是否合法...
分类:
其他好文 时间:
2014-10-29 21:15:09
阅读次数:
154
DescriptionByteman, one of the most deserving employee of The Goldmine of Byteland, is about to retire by the end of the year. The Goldmine management...
分类:
其他好文 时间:
2014-10-14 17:24:48
阅读次数:
323
Why, every fault’s condemn’d ere it be done:Mine were the very cipher of a function. . .—William Shakespeare, Measure for MeasureThe best thing about ...
分类:
编程语言 时间:
2014-10-01 14:47:31
阅读次数:
190