摘要: 1 #include 2 #include 3 int main() 4 { 5 int c=1,T,t,i,n,l,j,sum[110000]; 6 scanf("%d",&T); 7 int start,end,min,max; 8 while(T--) 9 ... 阅读全文
posted @ 2014-04-25 19:24 hpu张亚飞 阅读(213) 评论(0) 推荐(0) 编辑
摘要: http://acm.nyist.net/JudgeOnline/problem.php?pid=325用dp的超时代码 1 #include 2 #include 3 int max(int a,int b) 4 { 5 return a>b?a:b; 6 } 7 int dp[20100... 阅读全文
posted @ 2014-04-25 13:06 hpu张亚飞 阅读(153) 评论(0) 推荐(0) 编辑