摘要:
Map是标准关联式容器(associativecontainer)之一,一个map是一个键值对序列,即(key ,value)对,Key - value的对应。key 和 value可以是任意你需要的类型。。它提供基于key的快速检索能力,在一个map中key值是唯一的。map提供双向迭代器,即有从前往后的(iterator),也有从后往前的(reverse_iterator)。map要求能对key进行#include#includeusing namespace std;string s1,s2,s12,s;int t;void shuffle( ){ int i; s.clea... 阅读全文
posted @ 2014-01-16 16:54
单调的幸福
阅读(193)
评论(0)
推荐(0)
浙公网安备 33010602011771号