Information
- ID
- 6734
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 3
- Tags
- (None)
- # Submissions
- 165
- Accepted
- 84
- Uploaded By
#include<iostream>
using namespace std;
int main()
{
int x,y;
cin>>x>>y;
if((x >= -1 && x <= 1) && (y >= -1 && y <= 1)){
cout<<"yes"<<endl;
}else cout<<"no"<<endl;
return 0;
}
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.