1 solutions

  • 0
    @ 2025-11-5 17:48:45

    C++ :

    #include<cstdio>
    using namespace std;
    int main()
    {
    int a,b;
    while(scanf("%d%d",&a,&b)!=EOF)
    {
    printf("%d\n",a+b);
    }
    return 0;
    }
    
    • 1

    Information

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