2 条题解

  • 1
    @ 2024-7-25 12:22:19

    参考答案:

    #include <iostream>
    using namespace std;
    int main()
    {
        printf("printf(\"Hello world!\\n\");\n");
        printf("cout << \"Hello world!\" << endl;");
    
        return 0;
    }
    
    • 0
      @ 2024-12-4 22:09:29
      #include<stdio.h>
      int main(void)
      {
          printf("printf(\"Hello world!\\n\");\n"
                 "cout << \"Hello world!\" << endl;");
          return 0;
      }
      • 1

      信息

      ID
      7
      时间
      1000ms
      内存
      256MiB
      难度
      8
      标签
      递交数
      37
      已通过
      7
      上传者