import math N=int(input()) print(math.ceil(math.log2(N)))