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