N = int(input()) if N>=11: print(11) else: print(1)