Run ID:121009
提交时间:2025-06-03 21:14:42
a=int(input()) if a>=1 and a<=7: if a==1 or a==3 or a==5: print("NO") else: print("YES")