// 矩陣相加 轉置矩陣 //吉他手 import java.util.Scanner; class test { static int [][] a = new int[3][3]; ...
tw.knowledge.yahoo.com