Run ID:94123
提交时间:2024-10-19 19:27:37
s=input().split() a=int(s[0]) if a%2=0: print("no") else: print("yes")