提交时间:2026-01-04 15:29:21

运行 ID: 80729

a = int(input()) if a == 1 or a == 3 or a == 5: print("NO") else: print("YES")