8 位数码难题的问题求解

#include<iostream> #include<string> #include<string.h> #include<queue> #include<set> #include<algorithm> using namespace std; struct node{ int x,y; int step;//步数 char pre;//前一步操做U`D`L`R ps:上一步操做是U
相关文章
相关标签/搜索