摘要: Problem Link #include <bits/stdc++.h> using namespace std; const int N = 15; double b[N][N],a[N][N]; int n; void guass(){ for(int r=1,c=1;c<=n;c++,r++ 阅读全文