3 条题解

  • 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; }

    信息

    ID
    370
    时间
    2000ms
    内存
    32MiB
    难度
    6
    标签
    递交数
    70
    已通过
    23
    上传者