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