摘要: 这种递归来写,除了递归我也想不到怎么写了 AC代码: #include<iostream>using namespace std;int x[41];//打表,不打表我不用想就知道过不了,再水也是ACM的题。int resum(int n){ if(n==1)//第一个阶梯多少种方法 return 阅读全文
posted @ 2020-08-22 13:49 天天掉头发 阅读(166) 评论(0) 推荐(0)
返回顶端