提交时间:2025-02-28 14:42:23

运行 ID: 310170

n=int(input()) if n==66 or n==68 or n==86 or n==88: print("YES") else: print("NO")