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