0_0_16898851_16256.cpp: In function 'Matrix Matrix_pow(Matrix, ll, ll)':
0_0_16898851_16256.cpp:64:24: error: 'struct Matrix' has no member named 'Copy'
if (k & 1) res.Copy(A * res);
^
0_0_16898851_16256.cpp:66:11: error: 'struct Matrix' has no member named 'Copy'
A.Copy(A * A);
^
|