N=int(input()) M=int(input()) if (N+M/10)%2==0: print('Yes') else: print('No')