bisket = int(input()) slap = 1 for i in range(1,62): slap *= 2 if bisket <= slap: print(i) break