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