2 条题解

  • 1
    @ 2026-4-1 13:15:28
    using namespace std;
    
    int main() {
        cout << "Hello, World!" << endl;
        return 0;
    }`
    • 0
      @ 2026-3-26 13:18:25

      没什么难度

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

      信息

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