#include <bits/stdc++.h>
using namespace std;
int main() {
cout<<"hello world";
return 0;
}
代码如上
描述
输出著名短句"hello world"。
输入描述
无
输出描述
输出"hello world"。
用例输入 1
无
用例输出 1
hello world
#include <bits/stdc++.h>
using namespace std;
int main() {
cout<<"hello world";
return 0;
}
代码如上
描述
输出著名短句"hello world"。
输入描述
无
输出描述
输出"hello world"。
用例输入 1
无
用例输出 1
hello world
129
153
415

被折叠的 条评论
为什么被折叠?