摘要: uva 10817(数位dp) 某校有m个教师和n个求职者,需讲授s个课程(1 include include using namespace std; const int maxs=8, maxn=125, INF=1e9; int s, m, n, t, c[maxn], st[maxn]; i 阅读全文
posted @ 2018-04-19 08:16 pechpo 阅读(177) 评论(0) 推荐(0)