Run ID:96139

提交时间:2024-11-03 09:46:49

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