7 条题解

  • -2
    @ 2025-3-16 10:32:29
    #include<bits/stdc++.h>//万能头
    using namespace std;
    typedef long long LL;
    LL a,b;//不开long long见祖宗  doge
    int main()
    {
        scanf("%lld%lld",&a,&b);//输入
        printf("%lld",a+b);//输出
        return 0;//return 0好习惯
    }
    

    信息

    ID
    1
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    105
    已通过
    38
    上传者