摘要: C#写法: public static void Main() { int[] intArr=new int[100]; ArrayList myList=new ArrayList(); Random rnd=new Random(); string sum=""; while(myList.Count<100) { int num=rnd.Next(1,101); i... 阅读全文
posted @ 2010-09-07 14:32 艾伦 阅读(528) 评论(0) 推荐(1) 编辑