Run ID:88614

提交时间:2024-08-19 16:09:45

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