15.在 C++標準函式庫中,若需要一種可動態改變大小、並可用索引方式存取元素的序列容器,較適合 使用下列哪一項?(A) std::vector(B)std::stack(C) std::queue(D) std::pair