C++实现最长字符串链
int longestStrChain(vector<string>& words) {
unordered_map<string, int> cnt;
sort(words.
int longestStrChain(vector<string>& words) {
unordered_map<string, int> cnt;
sort(words.