标签:
#include <string>
#include <vector>
#include <deque>
#include <queue>
#include <stack>
#include <list>
#include <set>
#include <map>
#include <algorithm> // 算法
#include <numeric> // 算法
#include <functional> // 算法
#include <utility> // for std::pair // 使用容器时,容器的头文件已经包含过该头文件了,∴无需再次显示引用
using namespace std;
#include <locale.h> // for mbstowcs() / wcstombs() // string / wstring 转换
C
标签:
原文地址:http://www.cnblogs.com/cppskill/p/5222062.html