Run ID:116766
提交时间:2025-04-12 14:02:02
a=int(input()) if a%4==0: if a%400!=0: print(a,"Yes") else: print(a,"No")