cnt = int(input()) ans = 0 for _ in range(cnt): if _ % 100 == 0: ans += 1 print(ans)