Run ID:123577
提交时间:2025-07-06 13:20:08
n = input() n = int(n) if n%2 == 1: print('Yes') else: print('No')