n=bin(int(input())) nl=list(n)[2:] s=len(nl) if int("".join(nl[1:]))==0:s-=1 print(s)