Run ID:94122

提交时间:2024-10-19 19:27:33

c=input().split() a=c[0] a=int(a) if a%2==0 : print("NO") else : print("YES")