摘要: 代码实现 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 #include<conio.h> 5 int sz[6][6],cnt=0; 6 7 /*初始化数组*/ 8 void csh() 9 { 10 for (int 阅读全文
posted @ 2020-05-30 14:09 何必胜 阅读(1999) 评论(0) 推荐(0) 编辑
摘要: 代码实现 1 #include<stdio.h> 2 #include<windows.h> 3 #include<conio.h> 4 char* playerPosition, *boxPosition[2]; 5 /*初始化地图 6 map:地图数组 7 n: 地图的行数 8 m: 地图的列数 阅读全文
posted @ 2020-05-30 14:04 何必胜 阅读(1242) 评论(0) 推荐(0) 编辑