3 条题解

  • 2
    @ 2023-11-25 16:40:52
    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
        cout << "Hello,World!";//输出,文本需加""
        return 0;
    }
    
    • 1
      @ 2025-2-10 10:47:34
      #include <bits/stdc++.h>
      using namespace std;
      int main()
      {
          cout << "Hello,World!";
          return 0;
      }
      
      • 0
        @ 2023-10-25 19:31:40

        Hello,World!Hello,OI!

        #include <iostream>
        using namespace std;
        int main()
        {
            cout<<"Hello,World!"<<endl;
            return 0;
        }
        
        • 1

        信息

        ID
        2
        时间
        1000ms
        内存
        128MiB
        难度
        2
        标签
        (无)
        递交数
        199
        已通过
        121
        上传者