1
This commit is contained in:
13
编写代码/maze_main.cpp
Normal file
13
编写代码/maze_main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include<iostream>
|
||||
#include"maze_func.h"
|
||||
#include"maze_parameter.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
/*---下面是主函数---*/
|
||||
int main()
|
||||
{
|
||||
explore();
|
||||
output();
|
||||
}
|
||||
Reference in New Issue
Block a user