1 solutions

  • 0
    @ 2025-9-25 15:48:32
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n,a,b;
        cin>>n>>a>>b;
        cout<<n/(a+b)<<"\n";
    }
    
    • 1

    Information

    ID
    212
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By