
=======搜索=======
文章平均质量分 87
VampireWeekend
I want my dreams to rescue me
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Gym 101473D Folding Machine DFS/XJBS
http://codeforces.com/gym/101473/attachments Problem D Folding Machine File: machine.[c|cpp|java] One of the main tools of a Turing machine, which allows its computing power to be bi原创 2017-08-17 05:09:12 · 677 阅读 · 0 评论 -
POJ 3523 The Morning after Halloween 搜索
https://odzkskevi.qnssl.com/3e9cd65c69833cc64be0ef555aa24d38?v=1502128704 给你地图,问所有小写字母走到对应大写字母的最少时间。 暴力搜索,bfs一遍就可以。 真的好恶心啊。。。 #include #include #include #include #include #incl原创 2017-08-08 21:52:10 · 371 阅读 · 0 评论 -
C. Explode 'Em All 搜索 2010-2011 ACM-ICPC, NEERC, Southern Subregional Contest
C. Explode 'Em All time limit per test 1 second memory limit per test 512 megabytes input input.txt output output.txt The prime minister of Berland decided to build a ne原创 2017-07-18 10:50:40 · 549 阅读 · 0 评论 -
CDOJ (UESTC OJ) 1380 Xiper的奇妙历险(3)
Xiper的奇妙历险(3) Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others) Submit Status 打败了日天,XiperXiper好不容易从火中逃了出来。在豪宅外守候的潘警官发现了身受重伤的XiperXiper,连忙把XiperXi原创 2017-06-20 22:37:08 · 618 阅读 · 0 评论 -
Codeforces Round #245 (Div. 1) ABCDE
Codeforces Round #245 (Div. 1) 赛前随便选了一场 CF Div 1 A. Xor-tree time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Iahub is very p原创 2017-10-21 23:42:44 · 464 阅读 · 0 评论 -
Codeforces 912D (Codeforces Round #456 Div. 2) Fishes 优先队列/BFS
D. Fishes time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output While Grisha was celebrating New Year with Ded Mor原创 2018-01-15 15:44:25 · 524 阅读 · 0 评论 -
Hdu 6341 Problem J. Let Sudoku Rotate 暴力dfs+剪枝
Problem J. Let Sudoku Rotate Input file: standard input Output file: standard output Time limit: 2 seconds Memory limit: 256 mebibytes Problem Description Sudoku is a logic-based, combinatorial ...原创 2018-08-01 20:12:51 · 351 阅读 · 0 评论