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