#include <bits/stdc++.h> using namespace std; int main(){ int x, y; if(x>1 or x<-1){ cout<<"no"; }else{ if(y>1 or y<-1){ cout<<"no"; }else{ cout<<"yes"; } } return 0; }