N = int(input()) for i in range(10**18): if(1<= N): print(i) exit()