摘要: Description A substring of a string T is defined as: T(i, k)=TiTi+1...Ti+k-1, 1≤i≤i+k-1≤|T|. Given two strings A, B and one integer K, we define S, a 阅读全文
posted @ 2019-09-27 19:35 rentu 阅读(153) 评论(0) 推荐(0) 编辑