Run ID:95091
提交时间:2024-10-26 18:48:15
s=input().split() a=int(s[0]) if a/4==0 or a/100 and a//400: print(a,"yes") else: print(a,"no")