摘要:
#include #include #include #include using namespace std; const int maxn = 2e5 + 1000; char s[maxn], str[maxn]; int len1, len2, p[maxn], ans; void init(){ str[0] = '#'; str[1] = '#'; for (... 阅读全文
posted @ 2019-03-22 20:44
青山新雨
阅读(331)
评论(0)
推荐(0)
摘要:
#include #include #include using namespace std; const int maxn = 100; int af[maxn], in[maxn], n; struct node{ int l, r; }tree[maxn]; int biuld(int al, int ar, int bl, int br){ if (al > ar)re... 阅读全文
posted @ 2019-03-22 20:08
青山新雨
阅读(107)
评论(0)
推荐(0)

浙公网安备 33010602011771号