ACtoYou
ACtoYou
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
ACtoYou的博客
全部文章
(共1篇)
题解 | #八数码#
#include<bits/stdc++.h> using namespace std; const int N=363000; string st[N]; unordered_map<string,int > mp; int last[N]; bool used[N];/...
C++
栈
bfs
dfs
2024-03-15
0
206