#include using namespace std; using LL = long long; int main(){ int N,M;cin >> N >> M; if(N%2 == 0 && M%2 == 0){ cout<<"Yes"<