n = int(input()) if n < 10: print(n) else: print(11)