2013年8月3日
摘要: 转载于http://www.cnblogs.com/graphics/archive/2010/07/05/1771110.html http://hi.baidu.com/sdkinger/item/dcad78e374707ff12b09a453一、#include #include #include using namespace std ;int main(void) { map m ; m.insert(pair(1, "abc")) ; m.insert(pair(2, "def")) ; m.insert(pair(3, "def 阅读全文
posted @ 2013-08-03 20:24 -赶鸭子上架- 阅读(2369) 评论(0) 推荐(0) 编辑