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