2015年8月10日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace _99{ class Program { s... 阅读全文
posted @ 2015-08-10 21:41 闫科达 阅读(143) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace _99{ class Program { static void Main(string[... 阅读全文
posted @ 2015-08-10 21:19 闫科达 阅读(244) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { int[] a = new int[8] { 9, 13, 24, 38, 23, 2, 43, 46 }; for (int i = 1; i <= a.... 阅读全文
posted @ 2015-08-10 13:17 闫科达 阅读(120) 评论(0) 推荐(0) 编辑

导航