* 假设你正在爬楼梯。需要 n 阶你才能到达楼顶。 * 每次你可以爬 1 或 2 个台阶,求有多少种方法到达楼顶 * 递归实现爬楼梯问题 * @param {number} n * @return {number}
(n)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected