飞友看过来
2026-04-05 16:06:14
发布于:广东
1阅读
0回复
0点赞
飞友们,我在CAN等你们。
上代码:
#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";
return 0;
}
互关一下吧~
这里空空如也







有帮助,赞一个