Run ID:130358
提交时间:2025-09-13 10:08:17
a = int(input()) if a in [1, 3, 5]: print("NO") else: print("YES")