文件名称:1438
- 所属分类:
- 图形图象
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- peter ******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
zju1438一道广度优先搜索题目,三维空间,陷阱很多。-You re in space.
You want to get home.
There are asteroids.
You don t want to hit them.
input
Input to this problem will consist of a (non-empty) series of up to 100 data sets. Each data set will be formatted according to the following descr iption, and there will be no blank lines separating data sets.
A single data set has 5 components:
Start line- A single line, "START N", where 1 <= N <= 10.
Slice list- A series of N slices. Each slice is an N x N matrix representing a horizontal slice through the asteroid field. Each position in the matrix will be one of two values:
O - (the letter "oh") Empty space
X - (upper-case) Asteroid present
Starting Position- A single line, "A B C", denoting the <A,B,C> coordinates of your craft s starting position. The coordinate values will be integers separated by individual spaces.
Target Position- A single line, "D E F", denoting the <D,E,F> coordinates of your target s position. The coordinate values will
You want to get home.
There are asteroids.
You don t want to hit them.
input
Input to this problem will consist of a (non-empty) series of up to 100 data sets. Each data set will be formatted according to the following descr iption, and there will be no blank lines separating data sets.
A single data set has 5 components:
Start line- A single line, "START N", where 1 <= N <= 10.
Slice list- A series of N slices. Each slice is an N x N matrix representing a horizontal slice through the asteroid field. Each position in the matrix will be one of two values:
O - (the letter "oh") Empty space
X - (upper-case) Asteroid present
Starting Position- A single line, "A B C", denoting the <A,B,C> coordinates of your craft s starting position. The coordinate values will be integers separated by individual spaces.
Target Position- A single line, "D E F", denoting the <D,E,F> coordinates of your target s position. The coordinate values will
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1438.pas