Run ID:107456

提交时间:2025-01-17 21:40:11

a=int(input()) if a%4 == 0: print("YES") else: print("NO")