Run ID:88615

提交时间:2024-08-19 16:10:08

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