Run ID:140742

提交时间:2025-12-20 11:28:32

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