提交时间:2024-09-21 23:22:49

运行 ID: 51481

#include <bits/stdc++.h> using namespace std; int main(){ int x, y; if(x>1 or x<-1){ cout<<"no"; }else{ if(y>1 or y<-1){ cout<<"no"; }else{ cout<<"yes"; } } return 0; }