Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
40387 chenyanda 点和正方形的关系 C++ 通过 1 MS 240 KB 161 2024-02-09 22:09:48

Tests(1/1):


#include<iostream> using namespace std; int main() { double x,y; cin>>x>>y; if(x>=-1&&x<=1&&y>=-1&&y<=1){ cout<<"yes"; } else( cout<<"no"); }


测评信息: