摘要:
class Program { static int[] arry = new int[6]; static void Main(string[] args) { for (int i = 0; i < arry.Length; i++) { arry[i] = i*2 + 1; } int temp = 0; for (int i = 0; i < arry.Length-1; ... 阅读全文
posted @ 2009-07-13 18:17
大有
阅读(227)
评论(0)
推荐(0)

浙公网安备 33010602011771号