请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

liuyubobobo 2020-05-08 12:08:46

没懂?什么啥意思?这具体是哪里的代码?给我一个上下文?

0 回复 有任何疑惑可以回复我~
  • 提问者 慕虎7937911 #1
    public void openMist(int x, int y){
            if(!inArea(x, y))
                throw new IllegalArgumentException("x or y is out of index in openMist function!");
    
            for(int i = x-1 ; i <= x+1 ; i ++)
                for(int j = y-1 ; j <= y+1 ; j++)
                    if(inArea(i,j))
                        inMist[i][j] = false;
    
            return;
        }
    }
    回复 有任何疑惑可以回复我~ 2020-05-08 12:11:05
  • liuyubobobo 回复 提问者 慕虎7937911 #2
    遍历 (x, y) 的周边。带入一个具体的 x,y,看看 i 和 j 的取值都会是什么?表示什么意思?继续加油!:)
    回复 有任何疑惑可以回复我~ 2020-05-08 12:12:53
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信