import sys input=lambda:sys.stdin.readline().rstrip() N=int(input()) print(max(N,0)//100)