Run ID:88613

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

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