#include <ext/pb_ds/hash_policy.hpp> #include <ext/pb_ds/assoc_container.hpp> using namespace __gnu_pbds; gp_hash_table <int,int> g; cc_hash_table <int,int> c;
gp_hash_table是查探法 cc_hash_table是拉链法