Codeforces Round #384 (Div. 2), problem: (B) Chloe and the sequence Solution in C/C++

long long k;
main()
{
scanf("%d%lld",&k,&k);
printf("%d\n",1+__builtin_ctzll(k));
}

Leave a Reply

Your email address will not be published. Required fields are marked *