摘要: 这道题首先先把所有的 关键词用map读入 然后用vector 去存string 和出现的次数 cnt 进行排序 之后读入目标字符串 用stl string自带的查找判断前缀 如果是前缀那么必为0 #include <bits/stdc++.h> using namespace std; struct 阅读全文
posted @ 2023-04-05 19:05 _Lance 阅读(32) 评论(0) 推荐(0) 编辑