6 条题解

  • 1
    @ 2026-3-1 14:23:33

    这道题是最基础的题,代码是:

    #include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello world"<<endl; return 0; }

    信息

    ID
    2
    时间
    1000ms
    内存
    512MiB
    难度
    7
    标签
    递交数
    511
    已通过
    116
    上传者