Run ID:150523

提交时间:2026-03-28 15:29:29

y=int(input()) if y%100!=0 and y%4==0 or y%400==0: print("leap yeay") else: print("not leap yeay")