摘要: #include<iostream> #include<math.h> #include<vector> #include<bits/stdc++.h> using namespace std; typedef vector<double> vec; typedef vector<vec> mat; 阅读全文
posted @ 2017-03-09 23:36 docyard 阅读(234) 评论(0) 推荐(0) 编辑