java实现一个洗牌程序

package com.gui.xp; public class Shuffle { /** * 洗牌 */ public static void main(String[] args) { System.out.println(xp()); } public static int xp() { // member为队员号码数组,共19个队员 int[] member = new int[54];
相关文章
相关标签/搜索