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