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