简易文本编辑器
//简易文本编辑器,包含KMP算法,大量指针的使用 #include<iostream> #include<cstring> #include<fstream> #include<iomanip> #