簡單的迷宮

1.迷宮問題 #include <stdio.h> #include <stdlib.h> #define BOUNDARY 8 #define MAX 255 char table[8][8]; int start_x,start_y; typedef struct Data{     int maze_x;     int maze_y; }data; typedef struct Stack
相關文章
相關標籤/搜索