2793: 点和正方形的关系 摘要:解题思路:注意事项:参考代码:x,y = map(int,input().strip().split())if (x > 1 or x < -1) or (y > 1 or y < -1): p…… 题解列表 2022年12月09日 0 点赞 0 评论 391 浏览 评分:9.9
2793: 点和正方形的关系 摘要:```cpp #include using namespace std; int main() { int a,b; cin>>a>>b; if(a=-1&&b=…… 题解列表 2023年01月13日 0 点赞 0 评论 463 浏览 评分:9.9