【题目】
先建立一个档,像这样的
10,15
111111111111111
101111101100001
101111100001111
100000001101111
111111101101111
111111101111111
111100001111111
111101101111111
111101100000000
111111111111111
1,1
8,13
第一行共几行几列,接下来是迷宫,迷宫完是起点,最后一行是终点,然后用程式读取迷宫,1用正方形表示墙,再把路径用" * "表示
我一直有一个error找不到,程式如下:
#include<stdio.h>
#include<stdlib.h>
main(void)
{
int i,j,x,y;
int search(int,int);
int startX=1,startY=1;
int endX=8,endY=13;
int find=0;
int search(int i,int j);
FILE *fptr;
fptr = fopen(&quo ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容