/*
神奇的数学
*/
#define LOCAL
#include<iostream>
#include<cstdio>
#include<cmath>
#include<cstring>
#include<cstdlib>
#include<iomanip>
#include<string>
#include<algorithm>
#include<ctime>
#include<stack>
#include<queue>
#include<vector>
using namespace std;
int main()
{
#ifdef LOCAL
freopen("input.txt","r",stdin);
freopen("output.txt","w",stdout);
#endif
int ncase,ans;long long t;
cin>>ncase;
while(ncase--)
{
cin>>t;ans=0;
while(t){ans++;t=t/2;}
cout<<ans<<endl;
}
return 0;
}
zoj 3498 Javabeans
最新推荐文章于 2017-03-05 23:42:58 发布
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
图片生成
Stable-Diffusion
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
382

被折叠的 条评论
为什么被折叠?



