1 条题解

  • 3
    @ 2025-11-30 10:37:16
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        if(a>=10||b>=20)
            cout<<1;
        else
            cout<<0;
        return 0;
    }
    
    • 1

    信息

    ID
    6898
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    37
    已通过
    20
    上传者