摘要: View Code 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <queue> 5 #include <vector> 6 #define maxn 60 7 using namespace std; 8 vector<int> v,next; 9 vector<double> w; 10 double d[maxn]; 11 int first[maxn],inq[maxn],cnt[maxn]; 12 i 阅读全文
posted @ 2012-12-15 17:42 浙西贫农 阅读(191) 评论(0) 推荐(0) 编辑