摘要: http://hihocoder.com/problemset/problem/1338 区间dp。 d[l][r]表示[l,r]区间先手取能得到的最大分数。 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync 阅读全文
posted @ 2019-12-18 19:42 Venux 阅读(258) 评论(0) 推荐(0) 编辑