题解 | #xxx定律#

xxx定律

https://www.nowcoder.com/practice/75c189249d6145cfa33cd53edae6afc8

#include <iostream>
using namespace std;

int main() {
    int n;
  
    while (cin >>n) { 
	   //考虑特殊情况:n为0
 		if(n==0)break;
        int sum=0;
        while(n!=1)
        {
            if(n%2==0){
                n/=2;sum++;
            }
            else{
                n=(n*3+1)/2;
                sum++;
 
            }

        }
        cout<<sum<<endl;
        
    }
}

全部评论

相关推荐

这不纯纯作弊了吗😢😢😢
编程界菜鸡:信这个的这辈子有了,这智商你靠啥都没用
你找工作的时候用AI吗?
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
今天 11:16
点赞 评论 收藏
分享
06-12 16:23
已编辑
小米_软件开发(准入职员工)
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
07-03 17:37
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务