摘要:
AtCoder Beginner Contest 385 (A-E) 题解 阅读全文
摘要:
AtCoder Beginner Contest 384 (A-E) 题解 阅读全文
摘要:
AtCoder Beginner Contest 383 (A-E) 题解 阅读全文
摘要:
Codeforces 2042(ABCD) 题解 阅读全文
摘要:
AtCoder Beginner Contest 380 (A-E) 题解 阅读全文
摘要:
AtCoder Beginner Contest 381 (A-E) 题解 阅读全文
摘要:
AtCoder Beginner Contest 382 (A-E) 题解 阅读全文
摘要:
是AC自动机 阅读全文
摘要:
学KMP的时候巨佬说我这写的是MP,仔细去查了查资料,才发现了区别。 洛谷这道题用KMP是解决不了的,KMP的nxt数组和MP的nxt数组略有不同。 https://www.cnblogs.com/yjiyjige/p/3263858.html 这位大佬写的过程很清楚,但是程序不是怎么看得懂,而且实 阅读全文
摘要:
代码里有注释。。。直接上代码。。。 include define rep(i,k,n) for(int i=k;i=k;i ) define pii pair define pb push_back define mp make_pair define re return define se sec 阅读全文