摘要:
int[] array = new int[10];for (int i = 0; i < 10; i++){array[i] = i;}Random r = new Random();for (int j = 0; j < 100; j++){int temp;int x1 = r.Next(10... 阅读全文
posted @ 2015-03-19 17:49
xjt360
阅读(117)
评论(0)
推荐(0)

浙公网安备 33010602011771号