摘要: private static void sum(int[] nums) { Random rnd = new Random(); for(int i=nums.Length-1; i>=0; i--) { int a= rnd.Next(i + 1); //Console.WriteLine(a); 阅读全文
posted @ 2023-07-04 23:44 阿霖找BUG 阅读(8) 评论(0) 推荐(0)