import math n = int(input()) x = int(math.log2(n)) + 1 print(x)