Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
54546 陈万瑄 寻找最低数 C++ 通过 100 0 MS 252 KB 162 2022-07-29 16:22:43

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int a; int main(){ while(cin>>a,a){ int t=1; while(a%2==0) a/=2,t*=2; cout<<t<<endl; } return 0; }


测评信息: