Writer: jjjjj19980806 Description: pclightyear Difficulty: ★☆☆☆☆
jjjjj doesn't like long description.
Given an m ✕ n matrix A, please calculate the transpose of A.
Note: The is a partial judge problem. We have already handled the input and output for you. All you have to do is to implement the function "Transpose".
The first line contains two integers m, n, representing the dimension of A.
The next m lines contain n integers aij, representing the indices of A.
It is guaranteed that :
We have already handled the input for you.
Please output the transpose of A.
We have already handled the output for you.