1 solutions

  • 0
    @ 2026-4-5 9:40:02

    这题竟然没有题解?

    众所周知,C++中只需要用一句cout即可输出

    所以……

    // 禁止抄袭题解!
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
      cout << "hello world";
      return 0;
    }
    

    那?Python怎么解呢

    简单,那就是print

    一句话搞定……

    print("hello world")
    

    你问我,其他语言怎么解?

    抱歉,作者没学过

    警告:题库中所有题目禁止抄袭题解

    Information

    ID
    829
    Time
    20000ms
    Memory
    512MiB
    Difficulty
    10
    Tags
    (None)
    # Submissions
    30
    Accepted
    8
    Uploaded By