1 solutions

  • 1
    @ 2026-8-11 11:13:18

    点赞的是彭于晏

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b,c;
        cin>>a>>b>>c;
        cout<<a/(b+c);
        return 0;
    }
    

    Information

    ID
    2193
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    4
    Tags
    # Submissions
    86
    Accepted
    42
    Uploaded By