首页 > 电脑

c++写这个程序

更新时间2018-05-30 18:30:05

编程实现在屏幕上输出“Hello,World!”“WolcometotheClanguageworld!”“Everyonehasbeenwaitingfor”字样。

你只要学习C++2小时,就应该可以写这个程序了

 

#include <iostream>

using namespace std;

 

int main()

{

    cout << "Hello,World!" << endl;

cout << "WolcometotheClanguageworld!" << endl;

cout << "Everyonehasbeenwaitingfor" << endl;

    return 0;

}


上一篇:麻烦大神帮我配下4000左右的主机,intel和AMD各一套,谢谢

下一篇:EXCELA列有文本,如何把B列文本复制到A列,使得AB俩列的文本都在A列显示