XIMENA
10
03
dp中的经典例题 dp中的经典例题
求最长回文字符串(马拉车算法)#include <bits/stdc++.h> using namespace std; #define ll long long const ll int maxn = 3e7+10; const l
2021-10-03
02
CF 1580 A CF 1580 A
#include <bits/stdc++.h> #define INF 0x3f3f3f3f #define ll __int64 #define speed(x) ios::sync_with_stdio(false), cin.