11 条题解

  • 1
    @ 2025-6-7 19:14:53
    #include<bits/stdc++.h>
    using namespace std;
    #define LL long long
    const int N = 1e5 + 10;
    const int INF = 0x3f3f3f3f;
    int main()
    {
    	cout << "Hello World!";
    	return 0;
    }
    //菜鸟驿站
    //老六专属
    
    SB

    信息

    ID
    852
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    2169
    已通过
    732
    上传者