1 solutions

  • 0
    @ 2024-3-12 23:06:59

    #include <bits/stdc++.h> using namespace std;

    int main(){ int a,b,c; cin>>a>>b>>c; cout<<(a+b)/c; return 0; }

    • 1

    Information

    ID
    6770
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    50
    Accepted
    36
    Uploaded By