怎么写C++的helloworld
答案:2 悬赏:40 手机版
解决时间 2021-03-13 11:05
- 提问者网友:却不属于对方
- 2021-03-13 02:52
怎么写C++
最佳答案
- 五星知识达人网友:独行浪子会拥风
- 2021-02-10 09:25
#include
using namespace std;
int main() {
cout << "Hello World!" << endl;
return 0;
}
using namespace std;
int main() {
cout << "Hello World!" << endl;
return 0;
}
全部回答
- 1楼网友:一袍清酒付
- 2019-11-16 22:47
#include
using namespace std;
int main()
{
cout << "i will get it.";
system("pause");
return 0;
}
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯