Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

第一步 初始化就按上图的格式进行初始化棋盘,注意棋盘的方向与数组下标,代码如下: 123456789101112131415161718192021void begining(){ //Blue //underline character mapp[1][1][0]=5,mapp[1][2][0]=4,mapp[1][3][0]=3,mapp[1][4][0]=2,mapp[1]...