- 龙凤苑中学A班5.31
lggrgrgrgurgurgurg
- @ 2024-5-31 17:52:36
#include<bits/stdc++.h> using namespace std; int main(){ int a,i=1; cin>>a; while(a!=1){ i++; a/=2; } cout<<i; return 0; }
0 comments
No comments so far...
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.