#include "bits/stdc++.h" using namespace std; int main(){ int n,m; cin >> n >>m; n+=m/10; m=m%10; if(n%2==0&&m%2==0){ cout <<"Yes"<