Run ID:89454

提交时间:2024-08-24 20:22:35

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