#1140. Coincidence

    ID: 1140 传统题 1000ms 32MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>算法笔记名校复试机考真题-上海交通大学

Coincidence

说明

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

来源

算法笔记 名校复试机考真题-上海交通大学