Run ID:141396

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

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