{"trustable":false,"sections":[{"title":"","value":{"format":"HTML","content":"\u003chtml\u003e\n \u003chead\u003e\u003c/head\u003e\n \u003cbody\u003e\n \u003cdiv id\u003d\"problem-body\"\u003e \n \u003cp\u003e给两个长度小于100000的字符串A和B,求出他们的最长公共连续子串。\n\n \u003ch3\u003eInput\u003c/h3\u003e \n \u003cp\u003e输入正好包含两行,每行包含不超过250000个小写字母,代表一个字符串。.\u003c/p\u003e \n \u003ch3\u003eOutput\u003c/h3\u003e \n \u003cp\u003e输出最长的公共子字符串的长度,如果不存在就输出“0”.\u003c/p\u003e \n \u003ch3\u003eExample\u003c/h3\u003e \n \u003cpre\u003e\u003cstrong\u003eInput:\u003c/strong\u003e\nalsdfkjfjkdsal\nfdjskalajfkdsla\n\n\u003cstrong\u003eOutput:\u003c/strong\u003e\n3\n\u003c/pre\u003e \n \u003cp\u003e\u003cstrong\u003eNotice: new testcases added\u003c/strong\u003e\u003c/p\u003e \n \u003c/div\u003e\n \u003c/body\u003e\n\u003c/html\u003e"}}]}