Run ID:92799

提交时间:2024-10-06 14:42:25

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