Run ID:116739

提交时间:2025-04-12 13:29:39

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