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.

Description

给出一个字典序和一个字符串,将字符串按这个字典序排序。

Format

Input

第一行26个互不相同的小写字母,表示字典序;

第二行1个只包含小写字母的字符串,表示待排序字符串。

1≤字符串长度≤100000

Output

1个字符串代表答案。

Samples

qwertyuiopvmnbcxzasdfghjkl
qrtwe
qwert

Limitation

1s, 1024KiB for each test case.