{"trustable":false,"sections":[{"title":"","value":{"format":"HTML","content":"输入两个字符串,输出最长公共子串的长度,多组数据。每个字符串长度不超过100000且均为小写字符"}},{"title":"Input","value":{"format":"HTML","content":"The input contains several test cases. Each test case contains two strings, each string will have at most 100000 characters. All the characters are in lower-case. \n\u003cbr\u003e \n\u003cbr\u003eProcess to the end of file. \n\u003cbr\u003e"}},{"title":"Output","value":{"format":"HTML","content":"For each test case, you have to tell the length of the Longest Common Substring of them. \n\u003cbr\u003e"}},{"title":"Sample Input","value":{"format":"HTML","content":"\u003cpre\u003ebanana\ncianaic\u003c/pre\u003e"}},{"title":"Sample Output","value":{"format":"HTML","content":"\u003cpre\u003e3\u003c/pre\u003e"}}]}