1、C++中string在string中用法
#include <string>
using namespace std;
2、cout在iostream头文件中用法
#include <iostream>
待续...