import math N=int(input())-1 print(1+int(math.log2(N))if N else 0)