摘要: 7-7 矩阵A乘以B (15分) 我写的代码: #include<bits/stdc++.h>using namespace std;#define N 1000#define ll long longint a[N][N];int b[N][N];int c[N][N];int main(){ i 阅读全文
posted @ 2020-11-22 21:27 CHUNIN 阅读(90) 评论(0) 推荐(0)