Run ID:92802

提交时间:2024-10-06 14:45:01

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