提交时间:2024-11-15 19:21:52

运行 ID: 300125

n=int(input()) if n % 7==0 and n % 2==1: print("YES") else: print("NO")