1. 任务拆解:
2. 关键点分析:
3. 步骤规划:
4. 代码对应:
int n,c=0; cin>>n;
while(n%2==0)
n/=2; c++;
cout<<c;
使用您的 Hydro 通用账户