Run ID:144112

提交时间:2026-01-19 10:25:49

n=int(input()) if n%4==0: print("Yes") else: print("No")