2 solutions

  • 0
    @ 2023-5-21 22:34:29

    #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
    19
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    3
    Tags
    # Submissions
    44
    Accepted
    24
    Uploaded By