文件名称:青蛙跳级方案数递归求解
文件大小:632B
文件格式:CPP
更新时间:2016-11-22 10:31:24
递归 青蛙跳级
青蛙跳级方案数递归求解
void main()
{
int n;
steps = 0;
cout<<"input the steps number:";
cin>>n;
count_steps(n);
cout<<"the total number:"<
文件名称:青蛙跳级方案数递归求解
文件大小:632B
文件格式:CPP
更新时间:2016-11-22 10:31:24
递归 青蛙跳级
青蛙跳级方案数递归求解
void main()
{
int n;
steps = 0;
cout<<"input the steps number:";
cin>>n;
count_steps(n);
cout<<"the total number:"<