Run ID:107455

提交时间:2025-01-17 21:39:31

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