1 solutions

  • 3
    @ 2024-1-26 15:03:12
    #include<bits/stdc++.h>
    using namespace std;
     int main()   {
    int a,b,c,d,e,f;
    cin >> a >> b >> c >> d >> e;
    f=a+b+c+d+e;
    cout << f << endl;
     }
    
    • 1

    Information

    ID
    12
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    391
    Accepted
    303
    Uploaded By