#include<iostream>
using namespace std;
int main(){
int x,y;
cin>>x>>y;
if((x>=-1 && x<=1) && (y>=-1 && y<=1)){
cout<<"yes"<<"\n";
}
else{
cout<<"no"<<"\n";
}
return 0;
}
1056:点和正方形的关系
最新推荐文章于 2024-11-02 16:10:25 发布