#ifndef HASH_INCLUDED #define HASH_INCLUDED #include #define hash_map std::unordered_map #endif // HASH_INCLUDED