Run ID:140744

提交时间:2025-12-20 11:29:26

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