ACM 高斯消元(模板)

</pre><pre name="code" class="cpp">#include <iostream> #include <algorithm> #include <vector> #include <iomanip> using namespace std; typedef vector<double> vec; typedef vector<vec> mat; vec Gauss(
相關文章
相關標籤/搜索