题目描述
这个程序不需要从输入中读入任何数据,只需要输出一个字符串 Hello World。 2333 看谁不能 ac。
样例
#include<bits/stdc++.h> //万能头文件
using namespace std;
int main()
{
cout << "Hello World"; //直接输出
return 0;
}
复制一下内容老师不会怀疑(AC代码)
#include<iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}
共 5 条回复
有的人会了,但w了
不知道我知道了!!!
欧克?
你忘记敲空格了(#的后面