下面是C++入门的hello world程序源码 #include <iostream> using namespace std; int main(int argc, char* argv[]) { cout << "hello world" <<</