library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub kk2a/library

:warning: data_structure/hash_map.hpp

Code

#ifndef KK2_DATA_STRUCTURE_HASH_MAP_HPP
#define KK2_DATA_STRUCTURE_HASH_MAP_HPP 1

namespace kk2 {} // namespace kk2

#endif // KK2_DATA_STRUCTURE_HASH_MAP_HPP
#line 1 "data_structure/hash_map.hpp"



namespace kk2 {} // namespace kk2
Back to top page