rt 下方代码
#include<iostream> using namespace std; int main(){ int a=0,b=0; cin>>a>>b; if(a>=-1&&b>=-1&&b<=1){ cout<<"yes"; }else{ cout<<"no"; } return 0; }
蒟蒻不会写(