摘要:
[USACO08JAN] Telephone Lines S 题目描述 Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he 阅读全文
摘要:
后缀自动机的一些题目的整理 P3804 【模板】后缀自动机(SAM) P3804 【模板】后缀自动机(SAM) 板子题,没啥好说的。 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=2e6 阅读全文