1 条题解

  • 1
    @ 2022-10-6 14:00:28
    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
        ios::sync_with_stdio(false);
        int a,b; cin>>a>>b;
        cout<<a+b<<"\n";
        return 0;
    }
    
    • 1

    信息

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