2 條題解

  • 1
    @ 2024-11-23 20:46:48
    #include <iostream>
    using namespace std;
    int main(){
      cout << "hello world" << endl;
      return 0;
    }
    

    请注意,OJ区分大小写和空格与逗号的区别! 您也可以编写一篇题解,就像这样粘贴代码

    ```cpp
    AC代码😎
    ```
    
    • 1
      @ 2024-11-23 17:13:11
      #include<iostream>
      using namespace std;
      int main(){
        cout<<"Hello World";
        return 0;
      }
      
      • 1

      資訊

      ID
      1
      時間
      1000ms
      記憶體
      32MiB
      難度
      1
      標籤
      遞交數
      18
      已透過
      8
      上傳者