Run ID:104770

提交时间:2025-01-11 10:24:09

n=input() n=int(n) if n%2==1: print('YES') else: print('NO')