摘要: #include "stdafx.h" #include <iostream> using namespace std; template<typename T> struct Node {     T value;     Node* next;     Node... 阅读全文
posted @ 2010-08-02 18:38 [秦时明月] 阅读(590) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include <iostream> using namespace std; template<typename T> struct Node {     T value;     Node* next;     Node... 阅读全文
posted @ 2010-08-02 18:00 [秦时明月] 阅读(446) 评论(0) 推荐(0) 编辑