已解决 被禁言 高乐彤 修练者 #include<iostream> #include<cstdio> using namespace std; int main(){ double x,y; cin>>x>>y; if(x<=2&&x>=-1&&y>=-1&&y<=1){ cout<<"yes"; }else{ cout<<"no"; } return 0; } 哪错了?