题目描述
这道超级简单的题目没有任何输入。
你只需要在一行中输出著名短句“Hello World!”就可以了。
输入样例
无
输出样例
Hello World!
题解代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello World!";
return 0;
}
题解思路
无
这道超级简单的题目没有任何输入。
你只需要在一行中输出著名短句“Hello World!”就可以了。
无
Hello World!
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello World!";
return 0;
}
无
本文标题:L1-001 Hello World
本文链接:https://www.haomeiwen.com/subject/breijqtx.html
网友评论