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