摘要: using System; class Program { static void Main(string[] args) { int[] redBalls = new int[33]; for (int i = 0; i < redBalls.Length; i++) { redBalls[i] 阅读全文
posted @ 2023-04-22 15:39 LuoCore 阅读(276) 评论(0) 推荐(0)