Run ID:92801

提交时间:2024-10-06 14:44:04

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