摘要: 1 /** 2 删除一行最前面的行号和空格 3 比如博客园: "12 xxx" 4 **/ 5 #include <cstdio> 6 #include <cstdlib> 7 #include <cstring> 8 #include <iostream> 9 using namespace st 阅读全文
posted @ 2020-11-03 17:36 congmingyige 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 去除多条消息中的用户名 3 比如: 微信多条消息 4 **/ 5 #include <cstdio> 6 #include <cstdlib> 7 #include <cstring> 8 #include <assert.h> 9 #define _AFXDLL 10 //#inc 阅读全文
posted @ 2020-11-03 17:33 congmingyige 阅读(253) 评论(0) 推荐(0) 编辑