hyak=int(input()) zyu=int(input()) sm=hyak*100+zyu*10 if sm%2==1: print("No") else: print("Yes")