摘要: 产生一个int数组,长度为100,并向其中随机插入1-100,并且不能重复。class Program { static void Main(string[] args) { int[] arr = new int[100]; ... 阅读全文
posted @ 2015-11-10 14:37 马羊 阅读(1135) 评论(0) 推荐(0) 编辑