# coding : utf-8 N = int(input()) for i in range(32): if (1<= N: print(i) break