# a,b = map(int,input().split()) # print(a+b) n = int(input()) if n > 0: print(n//100) else: print(0)