摘要: hdu 2280(DP)View Code 1 #include<cstdlib> 2 #include<cstdio> 3 #include<iostream> 4 #include<algorithm> 5 #include<cmath> 6 #include<cstring> 7 using namespace std; 8 const int m=5; 9 const int oo=5100;10 int dp[1010][40];11 int n,c;12 int mz[1010];13 void dfs(int 阅读全文
posted @ 2013-01-27 16:27 Rabbit_hair 阅读(305) 评论(0) 推荐(0)