C++ アルゴリズムまとめ Posted on 2024-12-31 Updated on 2025-01-05 随時更新します。 キュー // vectorではなくqueueを型として使用する。 queue<pair<string, int>> A;