欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: using System; namespace 排序案例 { class Program { static void Main(string[] args) { //定义随机数列 int a, b, c, d; Random rand = new Random(); ... 阅读全文
posted @ 2019-10-15 11:58 萧静默 阅读(306) 评论(0) 推荐(0)