#C. 编辑距离

    Type: Default 1000ms 256MiB

编辑距离

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

AABB 是两个字符串。我们要用最少的字符操作次数,将字符串 AA 转换为字符串 BB。这里所说的字符操作共有三种:

  1. 删除一个字符;
  2. 插入一个字符;
  3. 将一个字符改为另一个字符。

A,BA, B 均只包含小写字母。

输入格式

第一行为字符串 AA;第二行为字符串 BB;字符串 A,BA, B 的长度均小于 20002000

输出格式

只有一个正整数,为最少字符操作次数。

样例 #1

样例输入 #1

sfdqxbw
gfdgw

样例输出 #1

4

提示

对于 100%100 \% 的数据,1A,B20001 \le |A|, |B| \le 2000

提高班国庆测试Day03-第一场

Not Attended
Status
Done
Rule
OI
Problem
3
Start at
2023-10-4 8:00
End at
2023-10-4 9:45
Duration
1.8 hour(s)
Host
Partic.
10