Download this file
1 2 3 4 5
#ifndef HASH_H #define HASH_H #include <map> #define Hash std::map #endif