Run ID:140745

提交时间:2025-12-20 11:30:44

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