具体b站有. #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=65; int n,m,t,acts;//代表n行m列.t时间,act个操作 string ops[10]; string act[10]; ll F[N],A[N][N][N],AA[N][N]; int num(int x,int y) { return (x-1)*m+y; } void mul(ll f[N],ll a[N][N]) { ll c[N]; memset(c,0,sizeo...