第 1 关

第 20 / 20 题

00:00 计时中
返回关卡
计算思维导论 递归与递推 低难度

小李在解一道递归题:有n级台阶,每次可以跨1级或2级,问共有多少种不同的走法。例如,n=1时1种,n=2时2种,n=3时3种。那么n=5时共有______种走法。