Hello,world
问题描述
下面这段代码可以输出字符"A"
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"A";
return 0;
}
下面这段代码可以输出字符"A B"
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"A B";
return 0;
}
你需要写程序,输出"Hello World"
输入
无
输出
输出 Hello World
样例
输入数据 1
无
输出数据 1
Hello World
信息
- ID
- 1000
- 难度
- 10
- 分类
- (无)
- 标签
- (无)
- 递交数
- 26
- 已通过
- 0
- 通过率
- 0%
- 上传者