摘要: static void Main(string[] args) { int n, i, result=0; Console.WriteLine("请输入一个正整数"); n = int.Parse(Console.ReadLine()); if (n % 2 == 0) ... 阅读全文
posted @ 2017-09-12 10:22 雪花、飞舞 阅读(132) 评论(0) 推荐(0)
摘要: 2016软件技术1班 阅读全文
posted @ 2017-09-12 09:11 雪花、飞舞 阅读(150) 评论(0) 推荐(0)