2 条题解
- 1
信息
- ID
- 47
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 3
- 标签
- (无)
- 递交数
- 93
- 已通过
- 52
- 上传者
#include<bits/stdc++.h>
using namespace std;
int main(){
int x,y;
cin>>x>>y;
if (y>=-1 && y<=1 && x>=-1 && x<=1)cout<<"yes";
else cout<<"no";
return 0;
}
注册一个 睿爸信奥 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。