SRX_Test_2_key】的更多相关文章

转载自 Livedream YBT1396 #include<iostream> #include<map> #include<queue> #include<vector> using namespace std; /* 无解的情况: 1. 能确定的字母种类少于目标单词的字母种类,比如能确定abc,但目标单词中含有e 2. 拓扑排序的结果不唯一,也就是每次发现的入度为0的结点不唯一 3. 拓扑排序有环 */ string s[5005], t, std_s…