摘要: int n = 1; double zg = 1; double rb = 4; while (zg < rb) { n++; int k = 1; while (k <= 4) ... 阅读全文
posted @ 2016-05-23 17:05 尘梦 阅读(159) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication3 { public delegate void ceshi(string[] names); class Program { ... 阅读全文
posted @ 2016-05-23 11:27 尘梦 阅读(346) 评论(0) 推荐(0) 编辑