5 条题解

  • 1
    @ 2025-3-11 14:37:01

    #include <bits/stdc++.h>

    using namespace std;

    int main() { int x,y; cin>>x>>y; if (x<=2 and x>=-2 and y>=-2 and y<=2) { cout <<"True"; } else { cout <<"False"; } return 0; }

    信息

    ID
    46
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    658
    已通过
    314
    上传者