2 条题解

  • 0
    @ 2025-8-22 10:05:47

    What can I say?

    #include<bits/stdc++.h>//万能头文件
    
    using namespace std;//std命名空间
    
    int main(){//主函数
    
        printf("你好,世界。");//printf格式化快速输出
    
        return 0;//好习惯
    }
    

    Hello World!

    • 0
      @ 2025-8-21 9:59:07

      #include<bits/stdc++.h> using namespace std; int main() { cout<<"你好,世界。"<<endl; return 0; }

      • 1

      信息

      ID
      167
      时间
      1000ms
      内存
      64MiB
      难度
      4
      标签
      递交数
      24
      已通过
      16
      上传者