Write a Java program to create an array of its anti-diagonals from a given square matrix. Example: Input : 1 2 3 4. Output: [ [1], [2, 3],
確定! 回上一頁