竞赛
考级
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<int(log2(a)+1); }
6.