20 条题解

  • -1
    @ 2023-4-9 16:37:06

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

    return 0;
    

    }

    信息

    ID
    37
    时间
    1000ms
    内存
    32MiB
    难度
    7
    标签
    递交数
    299
    已通过
    76
    上传者