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