Run ID:107457

提交时间:2025-01-17 21:48:22

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