Run ID:105556

提交时间:2025-01-13 21:35:27

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