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