12 条题解

  • -1
    @ 2023-6-16 14:21:25
    #include<bits/stdc++.h>
     using namespace std;
     int main() { int x,y;
     scanf("%d%d",&x,&y);
     if(x>=10 || y>=20) printf("1");
     else printf("0"); 
    return 0; }
    

    信息

    ID
    603
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    346
    已通过
    171
    上传者