ans = 0 i = 1 eat = int(input_raw()) while (i > eat): i *= 2 ans += 1 print (ans)