随笔分类 -  字符串专题

摘要:文本串中出现次数最多的模式串 //LA4670, 洛谷3796 %:pragma GCC optimize("Ofast", 2) #include <queue> #include <stdio.h> #include <stdlib.h> #include <string.h> #include 阅读全文
posted @ 2020-02-16 23:00 傲-寒 阅读(71) 评论(0) 推荐(0)