1 条题解

  • 1
    @ 2025-03-06 23:56:49

    这一题没啥好说的哈,都会做

    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
        int a,b;
        cin >> a >> b;
        cout << a+b << endl;
        return 0;
    }
    
  • 1

信息

ID
1000
难度
9
分类
(无)
标签
(无)
递交数
4
已通过
3
通过率
75%
上传者