摘要:
迷宫的数字表示:0表示通道,1表示墙,inP表示入口坐标,outP表示出口, 如图入口坐标为(1,1)出口为(8,8) static int item[10][10] = { {1,1,1,1,1,1,1,1,1,1}, {1,0,0,1,0,0,0,1,0,1}, {1,0,0,1,0,0,0,1,0,1}, {1,0,0,0,0,1,1,0,0,1}, {1,0,1,1,1,0,0,0... 阅读全文
posted @ 2012-01-28 20:32
Ю詺菛╀時代
阅读(320)
评论(0)
推荐(0)