随笔分类 - 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() { ...
阅读全文
摘要:#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) { ...
阅读全文

浙公网安备 33010602011771号