c++中的dictionary对象:map的使用备忘
摘要:#include <map>#include<string> //一定要加,和string.h 不一样 #include <iostream> using namespace std; void main(){ map <string, int> dic; dic.insert(pair<strin
阅读全文
posted @ 2013-10-12 13:49
posted @ 2013-10-12 13:49