欢迎光临散文网 会员登陆 & 注册

1056:点和正方形的关系-信息学奥赛一本通

2023-06-11 08:31 作者:机房吃鸡  | 我要投稿

#include<algorithm>

#include<cmath>

#include<cstdio>

#include<iostream>



using namespace std;


int main(){


int x,y;

cin>>x>>y;

if(-1<=x && x<=1 && -1<=y && y<=1){

cout<<"yes";

}

else{

cout<<"no";

}

return 0;

}


1056:点和正方形的关系-信息学奥赛一本通的评论 (共 条)

分享到微博请遵守国家法律