Run ID:107458
提交时间:2025-01-17 21:49:13
a=int(input()) if a%4 == 0: print(a,"YES") else: print(a,"NO")