HDU-2829 Lawrence(dp+四边形优化)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=2829
#include<cstdio>
#include<iostream>
#include<cstring>
#define N 1005
#define inf 0x3f3f3f3f
#include<algorithm>
#define ll...
原创
2018-08-27 20:33:02 ·
221 阅读 ·
0 评论