2020年10月13日
摘要: A.求矩阵的秩。 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long int ll; 4 int n,m; 5 ll a[205][205],b[205][205]; 6 inline ll qpow(ll x,l 阅读全文
posted @ 2020-10-13 13:38 GreenDuck 阅读(148) 评论(0) 推荐(0) 编辑