摘要: #include #include struct node{ int v,t;}a[333];int Max(int a,int b) { return a>b?a:b; } int main(){ int n,t,dp[144][1111],i,j,k,m,time; scanf("%d"... 阅读全文
posted @ 2014-06-24 23:01 kewowlo 阅读(112) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include #include #include #include ... 阅读全文
posted @ 2014-06-24 09:10 kewowlo 阅读(95) 评论(0) 推荐(0)