4. 對一個空的堆疊進行以下操作:push(100)、push(32)、push(108)、pop、push(235)、 push(77)、pop、push(1000)、pop、pop、pop,請問最後一次的 pop 所取出的數字為 __(E)__ 。
詳解 (共 1 筆)
詳解
32