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