1 solutions

  • 0
    @ 2025-11-5 17:40:47

    C++ :

    #include <iostream>
    
    using namespace std;
    
    int main()
    
    {
        int a,b;
        while(cin >> a >> b)
        {
            cout << a + b << endl;
        }
    }
    
    • 1

    Information

    ID
    18588
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    (None)
    # Submissions
    0
    Accepted
    0
    Uploaded By