程序为什么要包含 iostream 头文件?
iostream
它可以替代 g++ 编译器。
它提供流输入/输出功能,例如 std::cout。
std::cout
它会自动编写 main 函数。
它唯一的用途是声明 std::string 变量。
std::string