1431: Coincidence
金币值:2
定数:1
时间限制:1.000 s
内存限制:32 M
正确:3
提交:3
正确率:100.00% 命题人:
题目描述
Find a longest common subsequence of two strings.
输入格式
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.
输出格式
For each case, output k – the length of a longest common subsequence in one line.
输入样例 复制
google
goodbye
输出样例 复制
4