Run ID:108719

提交时间:2025-01-21 14:05:43

a=input() a=int(a) if a%2==1: print("YES") else: print("NO")