C++ [C++] mapとpair map ヘッダーのインクルード #include <iostream> #include <map> 作成 std::map<int, std::string> map; ... 2023.10.17 C++