4 条题解

  • -2
    @ 2024-8-23 14:15:46
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    int a,b;
    cin>>a>>b;
    cout<<a+b;
    return 0;
    }
    
    
    

    信息

    ID
    1
    时间
    1000ms
    内存
    64MiB
    难度
    2
    标签
    递交数
    42
    已通过
    28
    上传者