Run ID:94276

提交时间:2024-10-20 10:33:03

q=input().split() a=q[0] a=int(a) if a%2==0: print("No") else: print("Yes")