2025.5.31第一次提交优化代码结构,头文件等

This commit is contained in:
氧原子
2025-05-31 23:28:45 +08:00
parent 9ba913646c
commit 0b8d29917f
9 changed files with 39 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
#include<iostream>
#include<string>
#include"eyebot++.h"
#include"maze_func.h"
using namespace std;
@@ -57,5 +56,5 @@ void output_arrpath(int size, int *arr)
cout << arr[i] << " ";
}
cout << endl;
cout << endl;
cout << endl;
}