原帖由 我要思考 于 2006-12-9 00:40 发表
复制代码
- #include <iostream>
- #include <map>
- #include <string>
- using namespace std;
- int main()
- {
- typedef map<string,map<string,string> > arr;
- arr i;
- i ...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |