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