n=int(input())+1 ans=0 while n>1: ans+=1 n=-(n//-2) print(ans)