N = int(input()) if N>=10 and N < 100: print("Yes") else: print("No")