UVA 11636 Hello World!——水题

网友投稿 566 2022-11-07

UVA 11636 Hello World!——水题

UVA 11636 Hello World!——水题

#include #include #include #include using namespace std;int main() { int kase = 0, n; while (~scanf("%d", &n) && n > 0) { int t = 1, cnt = 0; while (t < n) { t *= 2; cnt++; } printf("Case %d: %d\n", ++kase, cnt); } return 0;}

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:UVA 11538 Chess Queen——计数原理
下一篇:Springboot单元测试无法读取配置文件的解决方案
相关文章

 发表评论

暂时没有评论,来抢沙发吧~