用順序棧解決將讀入的數按相反的方向解決

#ifndef _SQSTACK_H_ #define _SQSTACK_H_ #include <iostream> using namespace std; enum StatusCode{SUCCESS,RANGE_ERROR,OVER_FLOW,UNDER_FLOW}; const int DEFAULT_SIZE=10; template<class ElemType> class S
相關文章
相關標籤/搜索