1 條題解

  • 1
    @ 2024-12-10 16:26:56
    #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
    46
    時間
    1000ms
    記憶體
    128MiB
    難度
    5
    标签
    (無)
    遞交數
    17
    已通過
    13
    上傳者