7 solutions

  • 0
    @ 2026-3-19 18:34:40

    #include<bits/stdc++.h> using namespace std; int main() { int a,b; while(cin>>a>>b){ cout<<a+b<<endl; } return 0; }

    Information

    ID
    370
    Time
    2000ms
    Memory
    32MiB
    Difficulty
    6
    Tags
    # Submissions
    86
    Accepted
    29
    Uploaded By