Run ID:91677

提交时间:2024-09-22 11:55:36

a=input() a=int(a) if a%4==0 or a%400==0: print("leap year") else: print("not leap year")