备注详细,纯纯的课程交流。 #include #include #include #include//使用system()函数 #define RANGE 60 typedef int directiveType; typedef struct { int r,c; }PosType; typedef struct{ int m,n;//m列 n行 int arr[RANGE][RANGE]; }MazeType; typedef struct{ int step; PosType seat; di