import math n=int(input()) m=int(math.log2(n)) print(m+[2**-~m--~n,0][2**m==n])