Run ID:141397

提交时间:2025-12-22 20:46:34

a=int(input()) if a%2==1: print("yes") else: print("no")