7 条题解

  • 1
    @ 2025-2-16 10:13:50
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<a+b;
        return 0;
    }
    

    信息

    ID
    5059
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    1307
    已通过
    867
    上传者