摘要: A题 看出独立性后高斯消元 #include<bits/stdc++.h> using namespace std; #define ll long long const int N=205; int a[N][N];//增广矩阵 int x[N];//解集 int freeX[N];//自由变元 阅读全文
posted @ 2021-02-01 09:29 朝暮不思 阅读(481) 评论(0) 推荐(0)