#include #include using namespace std; int main(){ int N,K; cin >> N >> K; int ans=0; for(int bit=0;bit<(1<miny){ ans++; } } cout << ans << endl; }