题解 | #统计每个月兔子的总数#抄大佬代码

统计每个月兔子的总数

http://www.nowcoder.com/practice/1221ec77125d4370833fd3ad5ba72395

import java.util.*;
public class Main{
    public static void main(String[] args){
        Scanner sc=new Scanner(System.in);
        while(sc.hasNext()){
            int n=sc.nextInt();
            int oneMonth=1;
            int twoMonth=0;
            int threeMonth=0;
            int addValue=0;
            for(int i=2;i<=n;i++){
                threeMonth+=twoMonth;
                twoMonth=oneMonth;
                oneMonth=addValue;
                addValue=twoMonth+threeMonth;
            }
            System.out.println(oneMonth+twoMonth+threeMonth);
            
        }
    }
}
全部评论

相关推荐

那么好了好了:他本来公司就是做这个的,不就是正常的游戏客户端和服务器开发,软硬件联动,有啥恶心不恶心的,提前告诉你就是怕你接受不了,接受不了就没必要再往后走流程浪费时间,虽然这公司是一坨。
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务