摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace _1122{ class Program { //随机生成一个数列。 static int[] randomArray(int x, int y) { Random rand = new Random(); int[] array = new int[x]; for (int i = 1; i ... 阅读全文
posted @ 2012-11-23 10:27
Dawnz
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号