N = int(input()) r = 0 if N < 0: pass else : r = N//100 print(r)