fun transpose(A: Array<IntArray>): Array<IntArray> { var R = A.size var C = A[0].size val ans = Array(size = C, init = { IntArray.
確定! 回上一頁