洛谷1004 方格取数
摘要:"原题链接" ~~继续写水题中~~ $DP$水题。 不过费用流解更灵活,可以解决$k$条路。 所以就写了个费用流。 cpp include include using namespace std; const int N = 1e4 + 10; int fi[N], ne[N], da[N], di
阅读全文
posted @ 2018-12-06 20:48
posted @ 2018-12-06 20:48
posted @ 2018-09-18 20:08
posted @ 2018-09-14 12:21