Educational Codeforces Round 61 F 思维 + 区间dp
摘要:
思维 + 区间dp 题意 给一个长度为n的字符串( define ll long long using namespace std; ll n,f[505][505]; char s[505]; ll dfs(int l,int r){ if(l r)return 0; if(l==r)return 阅读全文
posted @ 2019-03-07 10:46 VIrtuoso 阅读(142) 评论(0) 推荐(0)
浙公网安备 33010602011771号