摘要: public static int Main(params int[] array) { if (array==null || array.Length==0) { Console.WriteLine("k"); } int current = array[0]; foreach (int item in array) { if (item<current) ... 阅读全文
posted @ 2012-06-21 23:24 真诚待 阅读(414) 评论(0) 推荐(0) 编辑