摘要: #pragma once #include <string> #include <unordered_map> #include <vector> struct Node{ int fail; std::string change_word; std::string word; using Tran 阅读全文
posted @ 2021-12-30 15:49 花花公子1234 阅读(59) 评论(0) 推荐(0)