提交时间:2020-07-29 10:16:07
运行 ID: 5297
#include <bits/stdc++.h>; using namespace std; int main(){ double a,b; cin>>a>>b; if(a<=1&&a>=-1&&b<=1&&b>=-1) cout<<"yes"; else cout<<"no"; return 0; }