摘要:
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
尤痴武
阅读(99)
评论(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
尤痴武
阅读(152)
评论(0)
推荐(0)