#include<iostream> using namespace std; int main() { int x,y; cin>>x>>y; if((x >= -1 && x <= 1) && (y >= -1 && y <= 1)){ cout<<"yes"<<endl; }else cout<<"no"<<endl; return 0; }
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 追梦算法网 universal account