>>441 C++。一応解いたが誤答も入ってる気がする。大いにする。 VCのリリースで10秒ほどかかる。@N3700 これでググる入社だ! 辞書云々は勘違いしてた。 #include <iostream> #include <algorithm> #include <stdint.h> #include <string> #include <tuple> #include <map> #include <vector> #include <functional> //var 0.03a enum class Op { None, Add, Sub, }; typedef std::map<char, std::uint32_t> Dic; typedef std::tuple<std::string, std::string, std::string, Op> Data; typedef
