Michael Scofield's letter

Problem Description
I believe many people are the fans of prison break. How clever Michael is!! In order that the message won't be found by FBI easily, he usually send code letters to Sara by a paper crane. Hence, the paper crane is Michael in the heart of Sara. Now can you write a program to help Sara encode the letter from Michael easily?
The letter from Michael every time is a string of lowercase letters. You should encode letters as the rules below:
b is ' ', q is ',', t is '!', m is l, i is e, c is a, a is c, e is i, l is m. It is interesting. Are you found that it is just change michael to leahcim?

Input
The input will consist of several cases, one per line.
Each case is a letter from Michael, the letteres won't exceed 10000.

Output
For each case, output the encode letter one line.

Sample Input
pmicsibforgevibliqbscrct
ebmovibyout

Sample Output
please forgive me, sara!
i love you!

http://blog.csdn.net/qq_26525215/article/details/51586977

问题描述
我相信很多人都是越狱的粉丝。迈克尔多聪明啊!为了不让FBI轻易找到这封信,他通常会用纸鹤给莎拉发代码信。因此,纸鹤是迈可在萨拉的心脏。现在你能写一个程序来帮莎拉轻松地编码迈克尔的信吗?
迈克尔每次写的信都是一串小写字母。您应该将字母编码为以下规则:
B是‘’,q是‘,’,t是‘!’,m是l,i,c是a,a是c,e是i,l是m,很有趣。你发现这只是把Michael改成Leahcim吗?
输入
输入将包括几个案例,每一行一个。
每一箱都是迈克尔的信,信不会超过10000封。
输出量
对于每一种情况,输出编码字母一行。
样本输入
[医]粉刺健忘qbScrct
退潮
样本输出
请原谅我莎拉!
我爱你!