Introduction - If you have any usage issues, please Google them yourself
Set up to implement dynamic arrays matrices A, B, C are 3* 3 matrix, the matrix elements of type integer requirements: 1.3 matrices are used to store dynamic arrays 2. Prepared to achieve C = A+B function 3. Prepared to achieve C = A* B of the function.