Run ID:92318

提交时间:2024-09-28 20:33:22

r=input() r=int(r) if r%2==0: print("No") else: print("Yes")