这题竟然没有题解?
众所周知,C++中只需要用一句cout即可输出
所以……
// 禁止抄袭题解! #include<bits/stdc++.h> using namespace std; int main(){ cout << "hello world"; return 0; }
那?Python怎么解呢
简单,那就是print
一句话搞定……
print("hello world")
你问我,其他语言怎么解?
抱歉,作者没学过
By signing up a YZOJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your YZOJ universal account