会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tea's blog
新随笔
联系
订阅
管理
2019年2月16日
SPOJ 694
摘要: "题面" 题意: 给一个字符串,求它有多少个不同的子串 多组数据。 Solution : 模板题,用所有的减去重复的即可。 cpp include include include include using namespace std; const int N = 1e6; char str[N +
阅读全文
posted @ 2019-02-16 14:07 茶Tea
阅读(139)
评论(0)
推荐(0)
编辑
公告