The one of the edition distance (I)

Some problems are so classic that barely need a statement. For this one, please compute the minimum cost to insert letters into two words w1w_1 and w2w_2 to make them identical. Both words are made up of only letters chosen among the nn smallest lowercase letters (for instance, for n=4n=4, the alphabet is {a,b,c,d}\{a, b, c, d\}). For every letter (call it xx), inserting an xx in any place in any word has cost IxI_x.

Input

Input consists of several cases. Each case begins with 2n262\leq n\leq 26, followed by nn strictly positive natural numbers $I_{\mbox{\texttt{a}}}, I_{\mbox{\texttt{b}}}, I_{\mbox{\texttt{c}}}, \ldots$. Follow two words w1w_1 and w2w_2 made up of between 1 and 1000 lowercase letters chosen among the nn smallest letters. Assume 1Ix10001\leq I_x\leq 1000 for every letter xx.

Output

For every case, print the minimum cost to make w1w_1 and w2w_2 identical.

Problem information

Author: Unknown
Translator: Carlos Molina

Generation: 2026-01-25T10:27:26.338Z

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