摘要: by luogu 范围 一个dp题 #include<bits/stdc++.h> using namespace std; int n,m; char a[555]; int ans=-1111; int dp[555][111][111][3]; char flag[555]; //@xjz i 阅读全文
posted @ 2021-06-18 19:13 Hehe_0 阅读(57) 评论(0) 推荐(0)