Run ID:92316

提交时间:2024-09-28 20:29:24

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