Run ID:92317
提交时间:2024-09-28 20:30:24
r=input() r=int(r) if r%2==0: print("NO") elif r%2==1: print("YES") else: pass