Run ID:115764

提交时间:2025-04-04 11:06:32

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