Run ID:95094
提交时间:2024-10-26 18:54:48
s=input().split() a=int(s[0]) if a%4==0 and a%100!=0 or a%400==0 : print(a,"Yes") else: print(a,"No")