摘要: 题意:思路:#include#include#include#include#include#include#include#include#includeusing namespace std;struct Work{ __int64 c,d;};Work work[100000+10];i... 阅读全文
posted @ 2015-06-10 05:03 sola94 阅读(151) 评论(0) 推荐(0)
摘要: 题意:思路:#include#include#include#include#includeusing namespace std;int a[200];int dp1[1000+10];int dp2[1000+10];int main(){ int t,n; int i,j,k; ... 阅读全文
posted @ 2015-06-10 05:02 sola94 阅读(177) 评论(0) 推荐(0)