2024年6月14日
摘要: 这篇文章分享八数码难题的几种解法 暴力广搜 #include<bits/stdc++.h> #define int long long using namespace std; string start; string ed="123804765"; queue<string> q; map<str 阅读全文
posted @ 2024-06-14 17:20 fish2012 阅读(3) 评论(0) 推荐(0)