码迷,mamicode.com
首页 >  
搜索关键字:the maze makers    ( 598个结果
makefile 自动处理头文件的依赖关系 (zz)
现在我们的Makefile写成这样:all: mainmain: main.o stack.o maze.ogcc $^ -o $@main.o: main.h stack.h maze.hstack.o: stack.h main.hmaze.o: maze.h main.hclean:-rm m...
分类:其他好文   时间:2015-09-03 23:22:45    阅读次数:209
USACO 1.3 Mixing Milk
Mixing MilkThe Merry Milk Makers company buys milk from farmers, packages it into attractive 1- and 2-Unit bottles, and then sells that milk to grocer...
分类:其他好文   时间:2015-09-03 21:42:38    阅读次数:219
FZU 2143 Board Game
Board GameAccept: 95Submit: 246Time Limit: 1000 mSecMemory Limit : 32768 KBProblem DescriptionFat brother and Maze are playing a kind of special (hent...
分类:其他好文   时间:2015-08-30 21:06:23    阅读次数:159
FZU 2148 Moon Game
Moon GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2148DescriptionFat brother and Maze are playing a k...
分类:其他好文   时间:2015-08-30 21:04:36    阅读次数:165
FZU 2147 A-B Game
A-B GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2147DescriptionFat brother and Maze are playing a ki...
分类:其他好文   时间:2015-08-30 21:02:01    阅读次数:222
FZU 2144 Shooting Game
Shooting GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2144DescriptionFat brother and Maze are playing...
分类:其他好文   时间:2015-08-30 20:57:28    阅读次数:148
FZU 2151 OOXX Game
OOXX GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2151DescriptionFat brother and Maze are playing a k...
分类:其他好文   时间:2015-08-30 20:53:56    阅读次数:160
FZU 2146
Easy GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2146DescriptionFat brother and Maze are playing a k...
分类:其他好文   时间:2015-08-30 20:52:38    阅读次数:247
FZU 2150 Fire Game
Fire GameTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 2150DescriptionFat brother and Maze are playing a k...
分类:其他好文   时间:2015-08-30 20:49:02    阅读次数:189
解题报告 之 HDU5335 Walk Out
bfs,多校,HDU5335 In an maze, the right-bottom corner is the exit (position is the exit). In every position of this maze, there is either a or a written on it. An explorer gets lost in this grid. His position now is , and he wants to go to the exit. Sin...
分类:其他好文   时间:2015-08-27 16:45:12    阅读次数:227
598条   上一页 1 ... 32 33 34 35 36 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!