2015年8月1日

HDOJ1059(多重部分和问题)

摘要: #include#includeusing namespace std;const int SIZE=120000+16;int a[6];int dp[SIZE];bool check(){ for(int i=0;i=0) { ... 阅读全文

posted @ 2015-08-01 19:30 vCoders 阅读(190) 评论(0) 推荐(0)

导航