Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キューに許可されている基になるコンテナーは何ですか?
次の構文で:
queue<int, list<int> > q;
リストは唯一許可されているものですか?(リスト、deque、vector の中で)
ありがとう!