文件名称:little-bee
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-12-06
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一只小蜜蜂在如下图所示的蜂窝上爬行。它爬行时,只能从一个格爬到相邻的大号格子中。例如,从 1 号格子可以爬到 2 号或者 3 号格子,从 2 号则可以爬到 3 号或者 4 号格子。
图
请问从一个格子 a 爬到一个格子 b 一共有多少种可行的路线。
输入:
分别是起始点 a 和终止点 b 的编号。( a 和 b 在 1~100 之间,且 a<b 。)
输入:
用科学记数法表示的数据。即为符合C语言表示的科学记数法表示。
输出:
该数据的双精度表示
说明:
输入数据的精度不高于小数点后50位。
输入数据时,在实数和幂之间有空格进行分隔,空格个数不定。
结果保留到小数点后8位,如不足8位用0补足,超过8位则截断,不进行四舍五入的处理。
-<html> A little bee on the honeycomb crawling shown below. When it is crawling, only to climb a large grid adjacent grid. For example, the 1st grid can climb to the 2nd or the 3rd grid, the 2nd, you can climb on the 3rd or the 4th grid. Will a figure one grid to climb a number of species practicable route, a total grid b. Input: namely, a starting point and end point b in number. (A and b between 1 and 100, and a
图
请问从一个格子 a 爬到一个格子 b 一共有多少种可行的路线。
输入:
分别是起始点 a 和终止点 b 的编号。( a 和 b 在 1~100 之间,且 a<b 。)
输入:
用科学记数法表示的数据。即为符合C语言表示的科学记数法表示。
输出:
该数据的双精度表示
说明:
输入数据的精度不高于小数点后50位。
输入数据时,在实数和幂之间有空格进行分隔,空格个数不定。
结果保留到小数点后8位,如不足8位用0补足,超过8位则截断,不进行四舍五入的处理。
-<html> A little bee on the honeycomb crawling shown below. When it is crawling, only to climb a large grid adjacent grid. For example, the 1st grid can climb to the 2nd or the 3rd grid, the 2nd, you can climb on the 3rd or the 4th grid. Will a figure one grid to climb a number of species practicable route, a total grid b. Input: namely, a starting point and end point b in number. (A and b between 1 and 100, and a
(系统自动生成,下载前可以参看下载内容)
下载文件列表
小蜜蜂.cpp
小蜜蜂.dsp
小蜜蜂.dsw
小蜜蜂.ncb
小蜜蜂.opt
小蜜蜂.plg