Run ID:92767
提交时间:2024-10-06 13:57:15
a=int(input()) b=a%4 if b==0: print('leap year') else: print('not leap year')