1 条题解

  • 1
    @ 2026-2-6 13:41:21
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int x,y;
    	cin>>x>>y;
    	if((x==0||x==1||x==-1)&&(y==0||y==1||y==-1)) cout<<"yes";
    	else cout<<"no";
    	return 0;
    }
    • 1

    信息

    ID
    25
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    5
    已通过
    4
    上传者