Run ID:92800

提交时间:2024-10-06 14:43:07

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