Run ID:94124
提交时间:2024-10-19 19:27:58
c=input().split() a=c[0] a=int(a) if a%2==0 : print("No") else : print("Yes")