#include <iostream> using namespace std; int main() { cout<<"hello word"<<endl; system("pause"); return 0; }
001.第一个C++程序hello word
原文:https://www.cnblogs.com/ceovs/p/15220937.html