Run ID:107459

提交时间:2025-01-17 21:50:43

a=int(input()) if a%400 == 0: print(a,"YES") else: print(a,"NO")