飘零人

飘零人

导航

2008年5月7日

摘要: using System; using System.Collections.Generic; using System.Text; namespace ArrayMax { class Program { //产生一个包含不重复数字的随机数字的数组 private int[] GetArray(int a) { ... 阅读全文

posted @ 2008-05-07 10:19 飘零人 阅读(1025) 评论(1) 推荐(0)