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