Problem:http://codeforces.com/contest/743/problem/B
Code:
Code:
#include<bits/stdc++.h> using namespace std; int main(){ long long n,k; cin>>n>>k; cout<<__builtin_ffsll(k); }
No comments:
Post a Comment