3 条题解

  • 0
    @ 2025-7-28 14:55:40

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

    信息

    ID
    1007
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    11
    已通过
    3
    上传者