4 solutions

  • -1
    @ 2025-11-24 19:49:43
    #include<bits/stdc++.h>
    using namespace std;
    int f(int x,int y)
    {
        return x+y;
    }
    int main()
    {
        int a,b;
        cin>>a>>b;
        cout<<f(a,b);
        return 0;
    }
    

    Information

    ID
    839
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    246
    Accepted
    127
    Uploaded By