2013-10-26 87 views

回答

4

在列表中的每個點迭代std::pair<int, int>類型的對象。爲了用iterator itr爲此打印所述第二元件中的一對對象:

std::cout << itr->second; 
相關問題