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