Introduction - If you have any usage issues, please Google them yourself
Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has good versatility, not a fixed matrix size. A matrix input. 2) matrix output. 3 matrix transpose. 4) matrix addition. 5) matrix multiplication. 6) Write the main function, the completion of the above function call.