摘要: 1 #include //智能指针头文件 2 #include //随机数头文件 3 #include 4 #include 5 #include //time头文件 6 7 template 8 struct node 9 { 10 T key; 11 unsigned weight; 12 std::shared_ptr... 阅读全文
posted @ 2016-07-09 13:22 txlstars 阅读(198) 评论(0) 推荐(0) 编辑