Run ID:116963

提交时间:2025-04-13 08:44:15

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