from math import ceil, log print(ceil(log(int(input()), 2)))