对于#11TLE
查看原帖
对于#11TLE
25891
沧桑の天骄楼主2022/3/6 20:10

用pbds的自带哈希也可以过

#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
gp_hash_table<ll,ll> mp;
2022/3/6 20:10
加载中...