摘要: #include<stdio.h> #include<Windows.h> #include<stdlib.h> #include<conio.h> #include<windef.h> //请设置属性为中文 //EM作品 int x,SAVE[10][12]; //0:空地;1:墙壁;3:目的地; 阅读全文
posted @ 2019-05-05 20:17 滑了个稽 阅读(177) 评论(0) 推荐(0)
摘要: 只有一张地图,没有写通关判定,见谅(毕竟我懒) #include<stdio.h> #include<Windows.h> #include<stdlib.h> #include<conio.h> #include<windef.h> //请设置属性为中文 //EM作品 int i,j,SAVE[1 阅读全文
posted @ 2019-04-14 11:40 滑了个稽 阅读(278) 评论(0) 推荐(0)