f=lambda:int(input()) n=f() m=f() if m%2>0: t=1 elif n%2>0 and m<10: t=1 else: t=0 print('YNeos'[t::2])