Run ID:94083
提交时间:2024-10-19 18:49:06
s=input().split() a=int(s[0]) if a%4==0: print(yes leap year) else: print(not leap year)