摘要: #八数码 #include <iostream> #include <queue> #include <cstring> #include <cstdio> #include <conio.h> using namespace std; struct node { int mp[9]; int x, 阅读全文
posted @ 2021-10-14 22:18 伍六柒- 阅读(73) 评论(0) 推荐(0)