提交时间:2025-12-19 15:46:13

运行 ID: 76692

#include<bits/stdc++.h> using namespace std; int main() { float a,b; cin>>a>>b; if(-1<=a<=1&&-1<=b<=1) cout<<"yes"; else cout<<"no"; }