摘要: 1 // STLTest11.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include<iostream> 6 #include<fstream> 7 #include<string> 8 9 using namespace std; 阅读全文