提交时间:2024-11-15 19:13:07

运行 ID: 300108

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