# coding: utf-8 # Your code here! a,b=map(int,input().split()) if a*2b*2: print("No") else: print("Yes")