摘要:
1.KMP模版:代表题目:POJ 3641 Oulipo KMPhttp://blog.csdn.net/murmured/article/details/12871891char P[MAXN],T[MAXM]; int f[MAXN],n,m,ans; void getFail() { ... 阅读全文
摘要:
看题传送门:ZOJhttp://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1649HDUhttp://acm.hdu.edu.cn/showproblem.php?pid=1242题目大意初始位置在r,要求到达a的地点,地图上"."通... 阅读全文