随笔分类 -  dp网格图

摘要:#include #include #include #include #include #include using namespace std; #define LL long long const int maxn=3e5+10; LL a[maxn]; LL odd[maxn]; LL even[maxn]; LL sum[maxn]; int main() { ... 阅读全文
posted @ 2018-09-27 01:44 BIack_Cat 阅读(314) 评论(0) 推荐(0)
摘要:#include #include #include #include #include #include #include using namespace std; #define LL long long int n,m,k; int a[31][31]; int f[31][31]; #define sqr(x) ((x)*(x)) int cal(int avg) { ... 阅读全文
posted @ 2018-09-19 00:50 BIack_Cat 阅读(117) 评论(0) 推荐(0)