15.有一個空的堆疊,依序執行 push(5), push(3), push(2), pop(), pop(), push(7), push(8),則堆疊中的資料由上
而下為何?
(A) 8, 7, 3, 2
(B) 8, 7, 5
(C) 2, 3, 7, 8
(D) 5, 7, 8
答案:登入後查看
統計: A(19), B(122), C(42), D(21), E(0) #1988757
統計: A(19), B(122), C(42), D(21), E(0) #1988757