题解风中雪zLyXj2023-08-12 16:40:20发布于:浙江3阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ double x ,y; cin >> x >> y; if (abs(x) <= 1 && abs(y) <= 1) cout << "yes"; else cout << "no"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个