#include #include"maze_func.h" #include"maze_parameter.h" using namespace std; /*---下面是主函数---*/ int main() { explore(); output(); }