115 条题解

  • 0
    @ 2023-10-10 22:50:59
    /*****************
    备注:
    *****************/
    #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;
    }
    
    

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    7089
    已通过
    3116
    上传者