3 条题解

  • 1
    @ 2023-6-20 16:50:44
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int x,y,a,b;
    	cin>>x>>y;
    	if(x>=-1&&x<=1&&y>=-1&&y<=1) {
    	cout<<"yes";
    	} else cout<<"no";
    	 
    	return 0;
    }
    

    信息

    ID
    614
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    (无)
    递交数
    229
    已通过
    136
    上传者