前言
传送门 :
思路思路来自 : 彩色铅笔 ,
写的很好,我就不做什么补充了
Mycode#include
#include
using namespace std;
typedef long long LL;
const int N = 4;
int n, m;
void mul(int a[][N], int b[][N], int c[][N]) {
static int t[N][N];
memset(t, 0, sizeof t);
for (int i = 0; i
关注
打赏