上一页 1 ··· 8 9 10 11 12
摘要: namespace ConsoleApplication15{ class Program { static void Main(string[] args) { Console.Write("请输入"); int z = int.Parse(Console.ReadLine()); for (in 阅读全文
posted @ 2016-03-31 20:43 尤痴武 阅读(97) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication13{ class Program { static void Main(string[] args) { for (int i = 0; i < 3; i++) { Random r = new Random(); int s = r.Nex 阅读全文
posted @ 2016-03-31 20:38 尤痴武 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12