摘要:
Source:#include <iostream> #include <list> #include <numeric> #include <algorithm> using namespace std; typedef list<int> LISTINT; //创建一个list容器的实例LISTINTtypedef list<int> LISTCHAR; //创建一个list容器的实例LISTCHARint main(void) { LISTINT listOne; //用LISTINT创建一个名为listOne的li 阅读全文
posted @ 2010-11-09 15:08
张长胜
阅读(158)
评论(0)
推荐(0)


浙公网安备 33010602011771号