N=raw_input() c=0 bis=1 while bis < int(N): bis*=2 c+=1 print c