2 条题解

  • 1
    @ 2025-4-18 20:31:11
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        cout<<"hello world";
        return 0;
    }
    • -1
      @ 2025-2-25 23:21:22

      怎么没题解???

      最初的最初

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

      求点赞赞!!!

      • 1

      信息

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