2 条题解

  • 0
    @ 2026-3-26 13:18:25

    没什么难度

    
    ```cpp
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        puts("Hello,World");
        
        return 0;
    }
    

    信息

    ID
    1011
    时间
    1000ms
    内存
    16MiB
    难度
    1
    标签
    递交数
    25
    已通过
    0
    上传者