BZOJ 3555 [Ctsc2014]企鹅QQ - Hash
Hash初入门
大概就是正序建立一个hash值,逆序建立一个hash值,然后尝试删去每一位,计算所有去掉这一位的串的hash值,相等即为整串只相差这一位。
#include
#include
#include
#include
#include
using namespace std;
const int maxn=30005;
const int maxm=205;
int n,
原创
2017-09-08 22:57:59 ·
190 阅读 ·
0 评论