#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ Int a,b; cin>>a>>b; using P = pair; queue

q; q.emplace(a,b); while(!q.empty()){ tie(a,b)=q.front();q.pop(); if(a==0||b==0){ cout<<"Yes"<