1978: 找出重复代码
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
Input
输入的参数 text1,text2 分别表示两行代码
Output
输出任一最长公共子串
Sample Input Copy
hello123world1
hello123abc4
Sample Output Copy
hello123