int[] Available = {10, 8, 7};//每个元素代表一种资源 int[][] Max = new int[3][3]; //一个用户对应一种资源的最大需求 int[][] Alloction = new int ...