Run ID:88612

提交时间:2024-08-19 16:08:55

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