A,B = map(int, input().split()) if A % 2 == 1 and B % 2 == 1: print('No') else: print('Yes')