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