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