Run ID:129044

提交时间:2025-08-21 16:19:09

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