摘要: Clock Pictures kmp #include<bits/stdc++.h> using namespace std; const int maxn=2*1e5+10; int s[maxn],t[maxn]; int s1[2*maxn],t1[maxn]; int Next[maxn]; 阅读全文
posted @ 2018-08-29 20:45 besti_kuroko 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Catalan Square 注意的是等于Cn+1 高精度卡特兰数 #include<bits/stdc++.h> #define BASE 10000 #define MAX 100010 using namespace std; struct BigInt{ int num[MAX],len; 阅读全文
posted @ 2018-08-29 20:20 besti_kuroko 阅读(177) 评论(0) 推荐(0) 编辑