!@#¥%……&*()——
2025-11-14 23:17:31
发布于:新疆
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int x,y; //定义
cin>>x>>y; //输入
if(x<=1&&x>=-1&&y<=1&&y>=-1){ //判断
cout<<"yes"; //输出
}
else{
cout<<"no";
}
}
这里空空如也

有帮助,赞一个