摘要:
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
真诚待
阅读(426)
评论(0)
推荐(0)

浙公网安备 33010602011771号