Run ID:95092

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

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")