提交时间:2024-11-15 19:11:11
运行 ID: 300107
n=input() n=int(n) if n%7 == 0 and n%2 == 1: print("YES") else: print("NO")