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