Run ID:151597

提交时间:2026-04-15 17:12:06

t=int(input()) for i in range(t) if t%400==0 or t%4==0 and 4%100!=0: print('Yes') else: print('No')