Run ID:94121
提交时间:2024-10-19 19:26:43
c=input().split() a=c[0] a=int(a) if a%2==0 : print("YES") else : print("NO")