摘要: package com.dai.recursion; public class MiGong { public static void main(String[] args) { //先创建一个二维数组,模拟迷宫 int[][] map = new int[8][7]; //使用1 表示墙 //把上 阅读全文
posted @ 2021-02-05 22:59 shengtudai 阅读(104) 评论(0) 推荐(0)