num = input()
num = int(num)
i = 0;
while num != 1:
i += 1
if num % 2 == 1:
num = (num * 3 + 1) / 2
else:
num = num / 2
print(i)
1001
原创wx60e3bc68c2152 ©著作权
©著作权归作者所有:来自51CTO博客作者wx60e3bc68c2152的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
PAT甲级1001
1001. A+B Format (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判
#include git ios -
hdoj acm 1001
#include int main(){ intflag=0; d
#include g++ 输出格式 -
1001.Reverse Root
1001. Reverse RootTime limit: 2.0 secondMemory limit: 64 MBThe problem is so easy, that the authors were lazy
Reverse Root 属性后面有方法 Console.In.ReadToEnd -
PAT1001
代码如下:
java 数据 -
1001:Hello,World!
【题目描述】编写一个能够输出“Hello,W...
编程语言 编译环境 ios 测试开发 #include