a, b = map(int, input().split()) print('No' if a*2b*2 else 'Yes')