3 solutions

  • 0
    @ 2025-10-1 12:28:22

    #include <iostream>
    using namespace std;
    int main() {
        int a, b;
        cin >> a >> b;
        if (a >= 10 || b >= 20) cout << 1;
        else cout << 0;
        return 0;
    }
    

    Information

    ID
    4491
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    124
    Accepted
    104
    Uploaded By