题解 (不需很麻烦)天之神-十日—齐夏2024-11-11 22:11:19发布于:江苏2阅读0回复0点赞就这样 #include<bits/stdc++.h> using namespace std; int x,y; int main(){ cin>>x>>y; if(x>=-1 and y>=-1 and x<=1 and y<=1){ cout<<"yes"; } else{ cout<<"no"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个