摘要: // 模板矩阵 LL A[10][10] = { }; struct Matrix { void mul(LL a[10][10], LL b[10][10], LL c[10][10]) { LL tmp[10][10] {}; for (int i = 0; i < n; ++i) { for 阅读全文
posted @ 2023-03-06 19:55 hacker_dvd 阅读(27) 评论(0) 推荐(0)