Run ID:92764
提交时间:2024-10-06 13:54:56
a=int(input()) b=a//4 if a==0: print('leap year') else: print('not leap year')