001.第一个C++程序hello word

#include <iostream>
using namespace std;
int main()
{
    cout<<"hello word"<<endl;
    system("pause");
    return 0;
}

 

posted @ 2021-09-02 21:42  梦之心  阅读(62)  评论(0编辑  收藏  举报