2 solutions

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

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

    ```cpp
    AC代码😎
    ```
    

    Information

    ID
    1
    Time
    1000ms
    Memory
    32MiB
    Difficulty
    1
    Tags
    # Submissions
    18
    Accepted
    8
    Uploaded By