struct Node{...} 使用: int count; Node node; map<int,Node> m_sort; m_sort.insert(make_pair(count,node));