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