摘要:
public class TestRandom { public static void main(final String[] args) { int array[] = new int[6]; int i = 0; while (i < 6) { Random r = new Random(); int temp = r.nextInt(44); boolean flg = true; for (int j = 0; j <= i; j++) { ... 阅读全文
posted @ 2013-10-10 09:11
kouen5
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号