JAVA编程储物柜难题!急!
JAVA编程储物柜难题!急!
日期:2021-05-20 08:06:27 人气:1
看看我的程序:
public class Test
{
public static void main(String... args)
{
boolean boxes[] =new boolean[100];//false=关闭
for(int t=0;t<100;t++)
boxes[t]=false;
for(int i=1;i<=100;i++)
{
for(int j=
public class Test
{
public static void main(String... args)
{
boolean boxes[] =new boolean[100];//false=关闭
for(int t=0;t<100;t++)
boxes[t]=false;
for(int i=1;i<=100;i++)
{
for(int j=