#assert N=int(input()) if -10**100<=N<=10**100: print(max(N//100,0)) else: print('error')