2127: 密码解密
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:24
Solved:19
Description
给定一段“密文”字符串 s,其中字符都是经过“密码本”映射的,现需要将“密文”解密并输出.
映射的规则 (a~i) 分别用 (1~ 9) 表示; (j~z) 分别用 (10*~26*) 表示
约束: 映射始终唯一
Input
“密文”字符串
Output
明文字符串
备注: 翻译后的文本长度在100以内
Sample Input Copy
20*19*20*
Sample Output Copy
tst