牛客652687585号
牛客652687585号
全部文章
分类
题解(56)
归档
标签
去牛客网
登录
/
注册
牛客652687585号的博客
全部文章
(共2篇)
题解 | #矩阵幂#
#include<iostream> #include<cstdio> using namespace std; const int MAXN = 10; struct Matrix { &nbs...
C++
C
C++14
数学
矩阵位运算
数组
2022-03-07
0
461
题解 | #计算两个矩阵的乘积#
#include<iostream> #include<cstdio> using namespace std; const int MAXN=3; struct Matrix{  ...
C++
C
C++14
数组
矩阵位运算
2022-03-07
0
479