Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
39449 张予馨 点和正方形的关系 C++ 通过 1 MS 240 KB 165 2024-02-01 18:28:07

Tests(1/1):


#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; }


测评信息: