1 条题解

  • 0
    @ 2025-7-4 15:04:38
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
        freopen("yuhua.in","r",stdin);
        freopen("yuhua.out","w",stdout);
    
        int a,b;
        cin >> a>> b;
        cout << a+b;
    
        return 0;
    }
    
    

    信息

    ID
    2417
    时间
    1000ms
    内存
    512MiB
    难度
    9
    标签
    递交数
    10
    已通过
    8
    上传者