Run ID:92798

提交时间:2024-10-06 14:41:42

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