摘要:
package yanghui; public class yanghui { public static void main(String args[]) { int x=10,m,n; int num[][] = new int[x][x]; for(m=0;m<x;m++) { for(n=0 阅读全文
posted @ 2017-03-27 22:38
stricts
阅读(124)
评论(0)
推荐(0)