d = input() if len(d) == 1: print(d) else: print(int(d[-1])-1)