1 条题解

  • 2
    @ 2023-08-04 21:08:21
    /*****************
    备注:
    *****************/
    #include <iostream>
    using namespace std;
    #define LL long long
    #define MAXM 3010
    #define MAXN 3010
    const int N =1e5+10;
    const int INF =0x3f3f3f3f;
    int main ()
    {
        LL a,b;
        cin>>a>>b;
        cout<<a+b;
       return 0;
    }
    
  • 1

信息

ID
1001
难度
8
分类
(无)
标签
(无)
递交数
39
已通过
4
通过率
10%
上传者