1 条题解

  • 0
    @ 2026-7-20 16:58:01
    #include<bits/stdc++.h>
    using namespace std;
    
    int main()
    {
        cout<<"hello world";
        return 0;
    }
    

    信息

    ID
    2
    时间
    1000ms
    内存
    32MiB
    难度
    5
    标签
    递交数
    34
    已通过
    14
    上传者