提交时间:2024-11-15 19:08:02

运行 ID: 300106

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