3 条题解

  • 2
    @ 2023-12-29 18:25:17

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

    信息

    ID
    8
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    272
    已通过
    229
    上传者