Substring substitution

Given two strings of the same length, composed only by lowercase letters, please compute the minimum amount of transformations needed to convert the first string into the second. A transformation is defined as selecting a contiguous substring ss of the first string, choosing a lowercase letter cc, and changing every character in ss by cc.

Input

Input consists of several cases, each with two strings s1s_1 and s2s_2 of the same length, between 1 and 50.

Output

For every case, print its number followed by the least amount of transformations needed to convert s1s_1 into s2s_2.

Problem information

Author: Jaher

Generation: 2026-01-25T11:11:03.941Z

© Jutge.org, 2006–2026.
https://jutge.org