W - Coincidence

查看题解 查看答案
题目描述
Time Limit: 1000 ms
Memory Limit: 256 mb

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.
输入输出样例
输入样例#:
abcd
cxbydz
输出样例#:
复制
2
题目来源
上海交通大学机试题

提交代码后在此处可查看状态