map tree 神马意思

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/15 10:29:28

map tree 神马意思

map是STL中的一个,映照容器,包含在#include中,string是键值,int是数据,如果是
map["happy"]=6,string str="happy",那么map[str]=6;