9 条题解

  • 0
    @ 2025-4-21 20:28:09
    #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;
    }
    //菜鸟驿站
    //老六专属
    
    

    信息

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