Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
38840 奚晨瑞 点和正方形的关系 C++ 解答错误 0 MS 244 KB 177 2024-01-28 17:17:16

Tests(0/3):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if((-2<=a&&2>=a)||(-3<=b&&b<=3)){ cout<<"yes"; } else{ cout<<"no"; } return 0; }


测评信息: