1.hello world

2020-12-06  本文已影响0人  lxr_

#include<iostream>

using namespace std;

int main()

{

    cout << "Hello World" << endl;

    system("pause");//按任意键继续

    return 0;

}

上一篇 下一篇

猜你喜欢

热点阅读