码迷,mamicode.com
首页 >  
搜索关键字:the maze makers    ( 598个结果
FZU - 2147 A-B Game(找规律)
A-B Game Time Limit: 1000MS   Memory Limit: 32768KB   64bit IO Format: %I64d & %I64u Submit Status Description Fat brother and Maze are playing a kind of special (hentai)...
分类:其他好文   时间:2015-04-13 09:32:38    阅读次数:156
FZU - 2148 Moon Game
Problem 2148 Moon Game Accept: 499    Submit: 1398 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special (hentai) game in...
分类:其他好文   时间:2015-04-13 09:31:42    阅读次数:187
The Maze Makers
1566: The Maze Makers Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 90  Solved: 33 [Submit][Status][Web Board] Description The Maze Makers is a publisher of puzzle books. One of their most ...
分类:其他好文   时间:2015-04-08 09:13:58    阅读次数:135
The Maze Makers
1566: The Maze MakersTime Limit:1 SecMemory Limit:128 MBSubmit:90Solved:33[Submit][Status][Web Board]DescriptionThe Maze Makers is a publisher of puzz...
分类:其他好文   时间:2015-04-08 00:55:06    阅读次数:141
CSU1567:Reverse Rot(DFS)
Description American Carnival Makers Inc. (ACM) has a long history of designing rides and attractions. One of their more popular attractions is a fun house that includes a room of mirrors. Their ...
分类:其他好文   时间:2015-04-07 17:48:42    阅读次数:175
CSU1566: The Maze Makers(BFS)
Description The Maze Makers is a publisher of puzzle books. One of their most popular series is maze books. They have a program that generates rectangular two-dimensional mazes like the one shown...
分类:其他好文   时间:2015-04-07 17:43:08    阅读次数:156
13年山东省赛 The number of steps(概率dp水题)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudThe number of stepsTime Limit:1 SecMemory Limit:128 MDescriptionMary stands in a strange maze, the maz...
分类:其他好文   时间:2015-04-07 00:39:29    阅读次数:183
3299: [USACO2011 Open]Corn Maze玉米迷宫
3299: [USACO2011 Open]Corn Maze玉米迷宫Time Limit:10 SecMemory Limit:128 MBSubmit:137Solved:59[Submit][Status][Discuss]Description今年秋天,约翰带着奶牛们去玩玉米迷宫。迷宫可分成...
分类:其他好文   时间:2015-04-07 00:30:58    阅读次数:169
广度优先算法:迷宫问题
广度优先算法:模拟队列:数据量较小,需要打印路径坐标STL队列:数据量较大,只需要打印步数迷宫问题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...
分类:编程语言   时间:2015-04-06 11:22:02    阅读次数:148
HDU 1010 Tempter of the Bone DFS 简单题 注意剪枝
题意:一只小狗要刚好在t时刻从起点都到终点,问可不可以。注意剪枝。 1 #include 2 #include 3 #include 4 using namespace std; 5 int maze[9][9]; 6 bool vis[9][9]; 7 int n,m,t; 8 bool ans;...
分类:其他好文   时间:2015-04-05 23:22:08    阅读次数:186
598条   上一页 1 ... 42 43 44 45 46 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!