Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
76976 sh25_zhangzh 点和正方形的关系 C++ Accepted 0 MS 252 KB 207 2025-12-20 21:10:58

Tests(1/1):


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


Judgement Protocol: