Run ID:144134

提交时间:2026-01-19 16:07:36

n=int(input()) if n%4==0: print(n "yes") else: print(no)