2 条题解

  • 0
    @ 2025-5-6 17:37:19
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"hello world!";
        return 0;
    }
    

    请在屏幕上输出一行字符'hello world!'

    信息

    ID
    908
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    1
    已通过
    1
    上传者