import java.io.*; public class ooxx { /** * @param args */ static int a[][]=new int [3][3]; public static void main(String[] args)throws Exception { // TODO 自動產生方法 ...
tw.knowledge.yahoo.com