Run ID:108722

提交时间:2025-01-21 14:06:35

a=input() a=int(a) if a%2==1: print("Yes") else: print("No")