Run ID:105555

提交时间:2025-01-13 21:34:16

a=int(input()) if a%4==0: print('年份Yes') else: print('年份No')