传送门
某篇好文章
#include <cstdio> #include <cstring> #define N 22200000 #define min(x, y) ((x) < (y) ? (x) : (y)) #define max(x, y) ((x) > (y) ? (x) : (y)) int p[N]; char s[N]; int pos = 1, maxright, ans, n; int main() ans = max(ans, p[i] 1); } printf("%d\n", ans); return 0; }
上一篇:[luoguP3068] [USACO13JAN]派对邀请函Party Invitations(stl大乱交)
下一篇:[luoguP2461] [SDOI2008]递归数列(DP + 矩阵优化)
Manacher 模板









