3 条题解

  • 1
    @ 2023-7-8 13:51:05
    #include <iostream>
    using namespace std;
    int main()
    {
        cout<<"hello world";
    }
    
    • 0
      @ 2023-5-31 20:45:20

      C++ :

      #include<iostream>
      using namespace std;
      int main(){
          
          cout<<"hello world"<<endl;
          return 0;
      }
      

      Python :

      # coding=utf-8
      print("hello world")
      
      • -1
        @ 2023-7-8 16:27:21
        #include <iostream>
        using namespace std;
        int main()
        {
            cout<<"hello world";
        }
        
        • 1

        信息

        ID
        2449
        时间
        1000ms
        内存
        32MiB
        难度
        10
        标签
        递交数
        8
        已通过
        0
        上传者