随机输出保平安
九野的博客
这个作者很懒,什么都没留下…
展开
-
HDU 4876 ZCC loves cards _(:зゝ∠)_ 随机输出保平安
GG,,,还是不知道为毛过掉了,g艹#include #include #include #include #include #include #include using namespace std;vectorG[21][7];//G[i][j] 表示n=i k=j的情况下 二进制的状态int n, k, l;int a[21], d[6], val[6];int v原创 2014-07-24 17:52:27 · 2115 阅读 · 3 评论 -
HDU 4839 The Game of Coins _(:зゝ∠)_
The Game of Coinsmark:#include"cstdio" #include"iostream" #include"queue" #include"algorithm" #include"set" #include"queue" #include"cmath" #include"string.h" #include"vector原创 2014-05-31 20:49:17 · 2563 阅读 · 2 评论 -
HDU 4975 A simple Gaussian elimination problem. 网络流+矩阵上的dp
随机输出保平安啊和hdu4888一个意思,先跑个网络流然后dp判可行。==n^3的dp过不了,所以把n改成200。==因为出题人没有把多解的情况放在200*200以外的矩阵。#include #include #include #include #include using namespace std;const int MAX_N = 1207;const in原创 2014-08-21 17:53:30 · 2832 阅读 · 7 评论 -
HDU 4972 A simple dynamic programming problem
随机输出保平安#include #include #include #include #include using namespace std;typedef long long ll;const int N = 100005;int a[N];int main() { int T, cas = 0; scanf("%d", &T); while(T-原创 2014-08-21 17:49:27 · 1877 阅读 · 1 评论