2014年5月16日

摘要: LabyrinthTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 519 Accepted Submission(s): 174Proble... 阅读全文
posted @ 2014-05-16 16:54 LegendaryAC 阅读(548) 评论(0) 推荐(0) 编辑
 
摘要: hdu2222 字符串多模匹配算法 采用kuangbin模板#include #include #include #include #include using namespace std;struct Trie{ int next[500010][26],fail[500010],end[5... 阅读全文
posted @ 2014-05-16 14:16 LegendaryAC 阅读(182) 评论(0) 推荐(0) 编辑