XP's English is very poor! He will read A into ah! Now he needs you to do him a favor! Now he gives you two same length string s1 and s2, and you should use some rules change s1 into s2
Each time, you can add or minus 1 to any character.( When add 1 to 'z', the character will change to be 'a' and when minus 1 to 'z', the character will change to be 'a')
You can also exchange the character with its neighbor. Each action will take one step. Now your task is to tell XP the minimal steps to transform.
For each test case, print the minimal steps in one line
The first case:aaa->baa->bba->bbb
The second case: aoxz->oaxz->oaxa