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