1 条题解

  • 0
    @ 2022-12-28 20:03:46
    #include <bits/stdc++.h>
    using namespace std;
    int a,b;
    int main()
    {
    cin>>a>>b;
    cout<<a+b;
    return 0;
    }
    
    • 1

    信息

    ID
    962
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    (无)
    递交数
    276
    已通过
    161
    上传者