n = int(input())
if n > 0:
    print(n//100)
else:
    print(0)