Run ID:141398

提交时间:2025-12-22 20:47:20

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