import math n=int(input()) r=math.log10(n)/math.log10(2) print(math.ceil(r))