[C++]Pair2024. 3. 12.C++#cpp#algorithm#pair1분 읽기Header #include <utility> // algorithm과 vector에도 포함됨 #include <algorithm> #include <vector> Declaration pair<int, int> p; Function // 접근 p.first p.second make_pair(1, 2);← 이전 글[C++]Vector(벡터)다음 글 →[C++]memset()