摘要: 1: #include<iostream> 2: #include<string.h> 3: #include<math.h> 4: using namespace std; 5: int m,n; 6: const int maxn=100000; 7: int w[maxn],f[maxn*50]; ... 阅读全文
posted @ 2012-07-09 20:54 NoRush 阅读(481) 评论(0) 推荐(0) 编辑