10 条题解

  • 0
    @ 2025-4-13 12:02:06

    #include <bits/stdc++.h> using namespace std; int main() { int x,y; cin>>x>>y; if(x <= 1 && x >= -1 && y >= -1 && y <= 1) { cout <<"yes"; } else { cout <<"no"; } }

    信息

    ID
    855
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    506
    已通过
    282
    上传者