摘要:
Description In middle school, teachers used to encourage us to pick up pretty sentences so that we could apply those sentences in our own articles. On 阅读全文
posted @ 2017-10-15 15:58
PIPIBoss
阅读(268)
评论(0)
推荐(0)
摘要:
Description 对于一个给定长度为N的字符串,求它的第K小子串是什么。 Input 第一行是一个仅由小写英文字母构成的字符串S 第二行为两个整数T和K,T为0则表示不同位置的相同子串算作一个。T=1则表示不同位置的相同子串算作多个。K的意义如题所述。 Output 输出仅一行,为一个数字串, 阅读全文
posted @ 2017-10-15 12:12
PIPIBoss
阅读(165)
评论(0)
推荐(1)