a=int(input()) num=1 count=0 while num<=a: num*=2 count+=1 print(count)