#include<bits/stdc++.h> using namespace std; int main() { long long a,b,c; cin>>a; b=1; for(c=0;b<a;c=c+1) { b=b*2; } cout<<c; return 0; }
求大神们帮助QAQ