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