1 solutions

  • 1
    @ 2023-11-24 17:43:27
    #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
    180
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    3
    Tags
    # Submissions
    22
    Accepted
    19
    Uploaded By