【题解】洛谷P1032[NOIP2002]字串变换 字符串+bfs

题目链接 参考了大佬题解。 安利大佬博客,好感动惹qwq #include<cstdio> #include<iostream> #include<queue> #include<map> using namespace std; string a,b,st[10],ed[10]; int cnt; map<string,int>mp; struct node{ string s; int s
相关文章
相关标签/搜索