1 solutions

  • 1
    @ 2024-10-31 23:20:34

    参考答案:

    #include <iostream>
    using namespace std;
    int main()
    {
        int a, b;
        cin >> a >> b;
        cout << min(a, b) << endl;
        return 0;
    }
    
    • 1

    Information

    ID
    5437
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    7
    Accepted
    5
    Uploaded By