题解准2023-09-09 13:12:03发布于:吉林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"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个