摘要: Problem DescriptionIn this problem, you are given several strings that contain only digits from '0' to '9', inclusive.An example is shown below.101123The set S of strings is consists of the N strings given in the input file, and all the possible substrings of each one of them.It' 阅读全文
posted @ 2013-10-06 22:16 Oyking 阅读(335) 评论(0) 推荐(0)
摘要: A string is finite sequence of characters over a non-empty finite set Σ.In this problem, Σ is the set of lowercase letters.Substring, also called factor, is a consecutive sequence of characters occurrences at least once in a string.Now your task is a bit harder, for some given strings, find the leng 阅读全文
posted @ 2013-10-06 16:33 Oyking 阅读(481) 评论(0) 推荐(0)