Run ID:92313

提交时间:2024-09-28 20:27:43

r=input() r=int(r) if r%2==0: print("YES") else: print("NO")