Run ID:92315
提交时间:2024-09-28 20:29:18
s=input() s=int(s) if s%2==1: print("Yes") elif s%2==0: print("No") else: pass