C++C++ 序章本页总览C++ 序章 编写程序 #include <iostream>int main(int argc, char *argv[]) { std::cout << "Hello World!" << std::endl;}