12312: Coincidence

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:0

Description

Find a longest common subsequence of two strings.

Input

First and second line of each input case contain two strings of lowercase character a…z. There are no spaces before, inside or after the strings. Lengths of strings do not exceed 100.

Output

For each case, output k – the length of a longest common subsequence in one line.

Sample Input Copy

google
goodbye

Sample Output Copy

4