Run ID:94133

提交时间:2024-10-19 19:31:10

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