a=input() A=int(a) if A > 9 and A <100: print("Yes") else: print("No")