西南交通大學數據結構考研真題答案詳解1

111: 222 Sqstack* sort(Sqstack &stack) { Sqstack* res=NULL; if (stack.top==stack.base) { //如果棧爲空,直接返回 return res; } /*書上的用法編譯出錯,因爲VC++不支持變長數組 數組必須聲明爲定長數組如a[4],或者使用new來創建動態數組 */ int len = s
相關文章
相關標籤/搜索