摘要: "题目链接" 对A和B分别建两棵trie树, 两边同时找, 尽量找相同的, 找到叶子节点时记录答案, 最后将答案排序输出. ~~~cpp include using namespace std; int read(){ int x=0,f=1;char ch=getchar(); for(;!isd 阅读全文
posted @ 2019-08-05 21:51 The_KOG 阅读(176) 评论(0) 推荐(0) 编辑