Run ID:95093

提交时间:2024-10-26 18:49:35

s=input().split() a=int(s[0]) if a/4==0 or a/100==0 and a//400: print(a,"Yes") else: print(a,"No")