Run ID:144113

提交时间:2026-01-19 10:38:19

year=int(input()) if year%4==0: print(f"{year}Yes") else: print(f"{yesr}No")