Run ID:88616

提交时间:2024-08-19 16:11:27

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