Run ID:116740

提交时间:2025-04-12 13:30:19

a=int(input()) if a%2==0: print("No") else: print("Yes")