Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
121009 赵天瑜 09能否赴约 Python3 Accepted 39 MS 3764 KB 117 2025-06-03 21:14:42

Tests(10/10):


Code:

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