摘要: #include#include using namespace std; template class Stack{ //自定义堆栈公式化描述 public: Stack(){Top=0;} T top(){return a[Top];} void pop(... 阅读全文
posted @ 2015-05-12 17:45 JarvisLau 阅读(162) 评论(0) 推荐(0) 编辑