题解 | #斐波那契数列#

斐波那契数列

https://www.nowcoder.com/practice/aa8ffe28ec7c4050b2aa8bc9d26710e9

let one = 1;
    let two = 1;
    let three;
    for (let i = 2; i < n ; i++) {
        three = one + two;
        one = two;
        two = three;
    }
    n = three;
    return n;

全部评论

相关推荐

11-15 19:28
已编辑
蚌埠坦克学院 硬件开发
点赞 评论 收藏
分享
10-25 00:32
香梨想要offer:感觉考研以后好好学 后面能乱杀,目前这简历有点难
点赞 评论 收藏
分享
oppo 应用软开 22*15+0.5*12
拿到了ssp完美:真的坎坷,但是你至少拿到这么多offer了!
点赞 评论 收藏
分享
评论
3
2
分享
牛客网
牛客企业服务