#include #include #include #include #include #define MAXSIZE 20 typedef struct { int x; int y; }PosType; typedef struct { int di1; int di2; int di3; int di4; }Direct; typedef int MazeElem; typedef struct { MazeElem color[MAXSIZE+