bool Push(int number); //放入堆疊(傳入放入的值). int Pop(); //從堆疊取出(回傳取出的值). bool Show(); //顯示stack的內容. void list();. };.
確定! 回上一頁