Run ID:87635

提交时间:2024-08-11 09:15:56

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